fix hamc test calling ripemd
This commit is contained in:
parent
959e2892b9
commit
a3f0aa525b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user