Skip to content

Commit

Permalink
Update tests/vectors_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 daef659 commit 5cb2da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vectors_sig.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ static int sig_gen_vector(const char *method_name,
ret = EXIT_SUCCESS;
} else {
ret = EXIT_FAILURE;
fprintf(stderr, "[test_acvp_sig] %s ERROR: public key or private key doesn't match!\n", method_name);
fprintf(stderr, "[vectors_sig] %s ERROR: public key or private key doesn't match!\n", method_name);
}
goto cleanup;

Expand Down

0 comments on commit 5cb2da5

Please sign in to comment.