Skip to content

Commit 44eb8bc

Browse files
committed
Allow custom time functions on STM32
1 parent b573823 commit 44eb8bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfcrypt/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2283,7 +2283,7 @@ extern void uITRON4_free(void *p) ;
22832283
#define STM32_HAL_TIMEOUT 0xFF
22842284
#endif
22852285
/* bypass certificate date checking, due to lack of properly configured RTC source */
2286-
#ifndef HAL_RTC_MODULE_ENABLED
2286+
#if !defined(HAL_RTC_MODULE_ENABLED) && !defined(XTIME)
22872287
#define NO_ASN_TIME
22882288
#endif
22892289

0 commit comments

Comments
 (0)