mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Merge pull request #3414 from kabuobeid/wolfrand_build_fix
Fix wolfrand build failure.
This commit is contained in:
@ -3473,7 +3473,7 @@ static int hash_test(void)
|
|||||||
if (ret != BAD_FUNC_ARG)
|
if (ret != BAD_FUNC_ARG)
|
||||||
return -3392;
|
return -3392;
|
||||||
|
|
||||||
#ifndef NO_CERTS
|
#if !defined(NO_CERTS) && !defined(NO_ASN)
|
||||||
#if defined(WOLFSSL_MD2) && !defined(HAVE_SELFTEST)
|
#if defined(WOLFSSL_MD2) && !defined(HAVE_SELFTEST)
|
||||||
ret = wc_GetCTC_HashOID(MD2);
|
ret = wc_GetCTC_HashOID(MD2);
|
||||||
if (ret == 0)
|
if (ret == 0)
|
||||||
|
Reference in New Issue
Block a user