forked from wolfSSL/wolfssl
fix hamc test calling ripemd
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user