From 213f79f06f89974e360495987472e71879ed6bbc Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Thu, 19 Jul 2018 10:47:37 -0600 Subject: [PATCH] only require Nucleus XTIME when NO_ASN_TIME is not defined --- wolfssl/wolfcrypt/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/wolfcrypt/settings.h b/wolfssl/wolfcrypt/settings.h index 61be3fba94..ef158d50b4 100644 --- a/wolfssl/wolfcrypt/settings.h +++ b/wolfssl/wolfcrypt/settings.h @@ -454,7 +454,7 @@ #define NO_WRITEV #define NO_WOLFSSL_DIR - #ifndef USER_TIME + #if !defined(NO_ASN_TIME) && !defined(USER_TIME) #error User must define XTIME, see manual #endif