From 7e79e3a6bf0d4d3545ed2ac71d0374a8ed341e83 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Wed, 17 Jul 2019 16:28:58 -0600 Subject: [PATCH] fix for build with disable filesystem --- wolfcrypt/test/test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index b8c58dd34..9223ae7a7 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -9244,7 +9244,8 @@ static const CertName certDefaultName = { #ifndef NO_RSA -#if defined(WOLFSSL_TEST_CERT) +#if !defined(NO_ASN_TIME) && !defined(NO_RSA) && defined(WOLFSSL_TEST_CERT) && \ + !defined(NO_FILESYSTEM) static byte minSerial[] = { 0x02, 0x01, 0x01 }; static byte minName[] = { 0x30, 0x00 }; static byte nameBad[] = {