We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727bec5 commit 875b0adCopy full SHA for 875b0ad
src/tests.c
@@ -496,7 +496,6 @@ static void run_scratch_tests(void) {
496
secp256k1_scratch_space *scratch;
497
secp256k1_scratch_space local_scratch;
498
499
- secp256k1_context_set_illegal_callback(CTX, counting_illegal_callback_fn, &ecount);
500
secp256k1_context_set_error_callback(CTX, counting_illegal_callback_fn, &ecount);
501
502
/* Test public API */
@@ -567,7 +566,6 @@ static void run_scratch_tests(void) {
567
566
/* cleanup */
568
secp256k1_scratch_space_destroy(CTX, NULL); /* no-op */
569
570
- secp256k1_context_set_illegal_callback(CTX, NULL, NULL);
571
secp256k1_context_set_error_callback(CTX, NULL, NULL);
572
}
573
0 commit comments