Merge pull request #3414 from kabuobeid/wolfrand_build_fix

Fix wolfrand build failure.
This commit is contained in:
John Safranek 2020-10-22 22:54:05 -07:00 committed by GitHub
commit a7b325f542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)