From da18e463ed6270c0b139bc9c051817444607abdf Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Fri, 12 Aug 2016 17:00:22 -0600 Subject: [PATCH] remove constraints on inclusion of certs_test.h --- wolfcrypt/test/test.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 91a14bf27..c5f718c41 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -121,12 +121,7 @@ #endif -#if defined(USE_CERT_BUFFERS_1024) || defined(USE_CERT_BUFFERS_2048) \ - || !defined(NO_DH) \ - || defined(USE_CERT_BUFFERS_256) - /* include test cert and key buffers for use with NO_FILESYSTEM */ - #include -#endif +#include #if defined(WOLFSSL_MDK_ARM) #include