fix hamc test calling ripemd

This commit is contained in:
toddouska 2011-12-14 17:29:49 -08:00
parent 959e2892b9
commit a3f0aa525b

View File

@ -95,7 +95,7 @@ int HashTest(void)
#endif
#ifndef NO_HMAC
if ( (ret = ripemd_test()) ) {
if ( (ret = hmac_test()) ) {
printf( " HMAC test failed!\n");
return ret;
} else