Changes per Chris.

This commit is contained in:
jrblixt 2017-05-23 10:01:31 -06:00
parent 77ac61c0f4
commit fc5a37ac02
1 changed files with 2 additions and 2 deletions

View File

@ -3620,7 +3620,7 @@ static int test_wc_RipeMdFinal (void)
/* Good test args. */
printf(testingFmt, "wc_RipeMdFinal()");
/* Testing oversized buffers. */
for (i = 0; i < times; i++) {
if (!flag) {
ret = wc_RipeMdFinal(&ripemd, hash_test[i]);
@ -3689,7 +3689,7 @@ static int test_wc_Sha224Final (void)
/* Good test args. */
printf(testingFmt, "wc_sha224Final()");
/* Testing oversized buffers. */
for (i = 0; i < times; i++) {
if (!flag) {
ret = wc_Sha224Final(&sha224, hash_test[i]);