mirror of https://github.com/wolfSSL/wolfssl.git
only require Nucleus XTIME when NO_ASN_TIME is not defined
parent
f59fb0df8e
commit
213f79f06f
|
@ -454,7 +454,7 @@
|
||||||
#define NO_WRITEV
|
#define NO_WRITEV
|
||||||
#define NO_WOLFSSL_DIR
|
#define NO_WOLFSSL_DIR
|
||||||
|
|
||||||
#ifndef USER_TIME
|
#if !defined(NO_ASN_TIME) && !defined(USER_TIME)
|
||||||
#error User must define XTIME, see manual
|
#error User must define XTIME, see manual
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue