From 5cb2da576818b678a0cb5f2df8339f046435eddf Mon Sep 17 00:00:00 2001 From: Basil Hess Date: Mon, 18 Nov 2024 21:51:42 +0100 Subject: [PATCH] Update tests/vectors_sig.c Co-authored-by: Spencer Wilson Signed-off-by: Basil Hess --- tests/vectors_sig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vectors_sig.c b/tests/vectors_sig.c index 049ad48c3..4a90d1b0b 100644 --- a/tests/vectors_sig.c +++ b/tests/vectors_sig.c @@ -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;