From 59956a356fe4cafc3c93d6b9ab4340e0cba399a7 Mon Sep 17 00:00:00 2001 From: Basil Hess Date: Mon, 18 Nov 2024 21:50:43 +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 b255e8a17..8f63a1bbb 100644 --- a/tests/vectors_sig.c +++ b/tests/vectors_sig.c @@ -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; }