From 5c19b7bfe03874392fcfc7203029429dc905d9d9 Mon Sep 17 00:00:00 2001 From: jrblixt Date: Wed, 19 Jul 2017 11:24:56 -0600 Subject: [PATCH] Changes per Chris. --- tests/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api.c b/tests/api.c index e1a7f147e..5b8f55602 100644 --- a/tests/api.c +++ b/tests/api.c @@ -8212,7 +8212,7 @@ static int test_wc_Hc128_SetKey (void) "\x45\xAC\x13\x7A\xE1\x48\xAF\x16"; int ret; - printf(testingFmt, "c_Hc128_SetKey()"); + printf(testingFmt, "wc_Hc128_SetKey()"); ret = wc_Hc128_SetKey(&ctx, (byte*)key, (byte*)iv); /* Test bad args. */ if (ret == 0) {