769528f307
unsigned char foo[4] = "abcd" is not valid C++ because the string literal "abcd" does not fit into foo due to the terminating NUL character. This is valid in C, it will just omit the NUL character. Fixes #962. |
||
---|---|---|
.. | ||
secp256k1.h | ||
secp256k1_ecdh.h | ||
secp256k1_extrakeys.h | ||
secp256k1_preallocated.h | ||
secp256k1_recovery.h | ||
secp256k1_schnorrsig.h |