secp256k1/contrib
Tim Ruffing 9e49a9b255 travis: Fix argument quoting for ./configure
When $USE_HOST or $EXTRAFLAGS are empty, we pass (due to quoting) an
empty string as a parameter to ./configure, which then believes we want
to use a deprecated syntax for specifing a host or a target and yells at us:
> configure: WARNING: you should use --build, --host, --target

The fixes are:
 - $EXTRAFLAGS could contain multiple flags and should not be quoted at all.
 - We can get rid of $USE_HOST by specifying --host="$HOST" directly.
2020-07-29 08:50:42 +02: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 travis: Fix argument quoting for ./configure 2020-07-29 08:50:42 +02:00