From 0f9063d2a90724584e8703e726884be2c15bd3a1 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Fri, 15 Jun 2018 16:14:22 -0600 Subject: [PATCH] fix for implicit declaration error --- wolfcrypt/test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index b27e0b51d..e3ad8be2a 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -43,7 +43,7 @@ #include #include -#ifdef WOLFSSL_TEST_CERT +#if defined(WOLFSSL_TEST_CERT) || defined(ASN_BER_TO_DER) #include #else #include