Skip to content

Commit

Permalink
Update tests/test_sig.c
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Wilson <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
  • Loading branch information
bhess and SWilson4 authored Nov 18, 2024
1 parent 5f131f4 commit 6e7f829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sig.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static OQS_STATUS sig_test_correctness(const char *method_name) {
rc = OQS_SIG_verify_with_ctx_str(sig, message, message_len, signature, signature_len, ctx, i, public_key);
OQS_TEST_CT_DECLASSIFY(&rc, sizeof rc);
if (rc != OQS_ERROR) {
fprintf(stderr, "ERROR: OQS_SIG_verify should have failed!\n");
fprintf(stderr, "ERROR: OQS_SIG_verify_with_ctx_str should have failed!\n");
goto err;
}
}
Expand Down

0 comments on commit 6e7f829

Please sign in to comment.