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 7d74795 commit 26236d9
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 @@ -242,7 +242,7 @@ static int sig_ver_vector(const char *method_name,
fh = stdout;

if ((sigVer_pk_bytes == NULL) || (sigVer_msg_bytes == NULL) || (sigVer_sig_bytes == NULL)) {
fprintf(stderr, "[test_acvp_sig] %s ERROR: inputs NULL!\n", method_name);
fprintf(stderr, "[vectors_sig] %s ERROR: inputs NULL!\n", method_name);
goto err;
}

Expand Down

0 comments on commit 26236d9

Please sign in to comment.