only require Nucleus XTIME when NO_ASN_TIME is not defined

pull/1686/head
Chris Conlon 2018-07-19 10:47:37 -06:00
parent f59fb0df8e
commit 213f79f06f
1 changed files with 1 additions and 1 deletions

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