mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
fix hamc test calling ripemd
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user