Added a free call for shake256_copy

This commit is contained in:
Ethan Looney 2020-07-13 09:58:00 -07:00
parent 84aa7d746a
commit c5b8181005

View File

@ -8818,9 +8818,9 @@ static int test_wc_Shake256_Copy (void)
ret = WOLFSSL_FATAL_ERROR;
}
}
wc_Shake256_Free(&shake);
printf(resultFmt, ret == 0 ? passed : failed);
#endif
return ret;