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 #endif
#ifndef NO_HMAC #ifndef NO_HMAC
if ( (ret = ripemd_test()) ) { if ( (ret = hmac_test()) ) {
printf( " HMAC test failed!\n"); printf( " HMAC test failed!\n");
return ret; return ret;
} else } else