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 71bbf60 commit 59956a3
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 @@ -309,7 +309,7 @@ static int sig_gen_vector(const char *method_name,
signature = malloc(sigLen);

if (signature == NULL) {
fprintf(stderr, "[test_acvp_sig] %s ERROR: malloc failed!\n", method_name);
fprintf(stderr, "[vectors_sig] %s ERROR: malloc failed!\n", method_name);
goto err;
}

Expand Down

0 comments on commit 59956a3

Please sign in to comment.