Changes per Chris.

This commit is contained in:
jrblixt 2017-07-19 11:24:56 -06:00
parent d2245b9614
commit 5c19b7bfe0
1 changed files with 1 additions and 1 deletions

View File

@ -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) {