Added tests for Sha512.c

This commit is contained in:
Ethan Looney 2020-07-10 10:15:32 -07:00 committed by Tesfa Mael
parent 1168bdd05b
commit 3381eb2094

View File

@ -7490,6 +7490,7 @@ static int test_wc_Sha384Copy (void)
wc_Sha384Free(&sha384);
wc_Sha384Free(&temp);
printf(resultFmt, flag == 0 ? passed : failed);
#endif