Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitcoin-core/secp256k1
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0da56174573d567935e527a24f54fd153ce752f8
Choose a base ref
..
head repository: bitcoin-core/secp256k1
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 29cac3633a329776b64997b9ae7837ee010cf1e4
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/tests.c
2 changes: 1 addition & 1 deletion src/tests.c
Original file line number Diff line number Diff line change
@@ -7417,7 +7417,7 @@ int main(int argc, char **argv) {
sttc = malloc(sizeof(*secp256k1_context_static));
CHECK(sttc != NULL);
memcpy(sttc, secp256k1_context_static, sizeof(secp256k1_context));
CHECK(!secp256k1_context_is_proper(ctx));
CHECK(!secp256k1_context_is_proper(sttc));

run_deprecated_context_flags_test();
run_ec_illegal_argument_tests();