We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b53303 + d7942f8 commit 5ffdb9fCopy full SHA for 5ffdb9f
1 file changed
wolfssl/wolfcrypt/settings.h
@@ -2289,8 +2289,10 @@ extern void uITRON4_free(void *p) ;
2289
#ifndef STM32_HAL_TIMEOUT
2290
#define STM32_HAL_TIMEOUT 0xFF
2291
#endif
2292
- /* bypass certificate date checking, due to lack of properly configured RTC source */
2293
- #ifndef HAL_RTC_MODULE_ENABLED
+ /* bypass certificate date checking, due to lack of properly
+ * configured RTC source */
2294
+ #if !defined(HAL_RTC_MODULE_ENABLED) && !defined(XTIME) && \
2295
+ !defined(USER_TIME)
2296
#define NO_ASN_TIME
2297
2298
0 commit comments