only require Nucleus XTIME when NO_ASN_TIME is not defined

This commit is contained in:
Chris Conlon
2018-07-19 10:47:37 -06:00
parent f59fb0df8e
commit 213f79f06f

View File

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