We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0440945 commit 2cc3cfaCopy full SHA for 2cc3cfa
src/modules/schnorrsig/tests_impl.h
@@ -122,7 +122,7 @@ void test_schnorrsig_api(void) {
122
secp256k1_xonly_pubkey zero_pk;
123
unsigned char sig[64];
124
secp256k1_schnorrsig_extraparams extraparams = SECP256K1_SCHNORRSIG_EXTRAPARAMS_INIT;
125
- secp256k1_schnorrsig_extraparams invalid_extraparams = { 0 };
+ secp256k1_schnorrsig_extraparams invalid_extraparams = {{ 0 }, NULL, NULL};
126
127
/** setup **/
128
secp256k1_context *none = secp256k1_context_create(SECP256K1_CONTEXT_NONE);
0 commit comments