mirror of https://github.com/wolfSSL/wolfssl.git
Merge pull request #3414 from kabuobeid/wolfrand_build_fix
Fix wolfrand build failure.pull/3422/head
commit
a7b325f542
|
@ -3473,7 +3473,7 @@ static int hash_test(void)
|
|||
if (ret != BAD_FUNC_ARG)
|
||||
return -3392;
|
||||
|
||||
#ifndef NO_CERTS
|
||||
#if !defined(NO_CERTS) && !defined(NO_ASN)
|
||||
#if defined(WOLFSSL_MD2) && !defined(HAVE_SELFTEST)
|
||||
ret = wc_GetCTC_HashOID(MD2);
|
||||
if (ret == 0)
|
||||
|
|
Loading…
Reference in New Issue