secp256k1/contrib
Jonas Nick 4ad408faf3
Merge #782: Check if variable=yes instead of if var is set in travis.sh
34debf7a6d Modify .travis.yml to explictly pass no in env vars instead of setting to nothing (Elichai Turkel)
ef37761fee Change travis.sh to check if variables are equal to yes instead of not-empty. Before this, setting `VALGRIND=wat` was considered as true, and to make it evaluate as false you had to unset the variable `VALGRIND=` but not it checks if `VALGRIND=yes` and if it's not `yes` then it's evaluated to false (Elichai Turkel)

Pull request description:

ACKs for top commit:
  real-or-random:
    ACK 34debf7a6d
  jonasnick:
    ACK 34debf7a6d

Tree-SHA512: 91becfbc9cb7587ee55b2bceb604ea0aed8860990d63a5f414b11db92180c090ea8bcc048c2fb67a094e892138e3be46f00562bf78b7c3369232457289cde447
2020-09-15 17:48:23 +00:00
..
lax_der_parsing.c remove dead store in ecdsa_signature_parse_der_lax 2020-06-29 13:23:26 +08:00
lax_der_parsing.h Fix header guards using reserved identifiers 2017-08-26 18:44:21 +03:00
lax_der_privatekey_parsing.c Turn secp256k1_ec_pubkey_serialize outlen to in/out 2015-11-05 06:01:56 +01:00
lax_der_privatekey_parsing.h Fix header guards using reserved identifiers 2017-08-26 18:44:21 +03:00
travis.sh Merge #782: Check if variable=yes instead of if var is set in travis.sh 2020-09-15 17:48:23 +00:00