Skip to content

Commit ac4c5c4

Browse files
committed
Remove MBEDTLS_HAVE_TIME_DATE to align to other variants
This will also avoid TLS connection to be closed because the certificate validity starts in the future
1 parent ac7d14e commit ac4c5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/NICLA_VISION/conf/custom_mbedtls_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void * tstDoTraceAndCalloc(
186186
* mbedtls_platform_gmtime_r() at compile-time by using the macro
187187
* MBEDTLS_PLATFORM_GMTIME_R_ALT.
188188
*/
189-
#define MBEDTLS_HAVE_TIME_DATE
189+
//#define MBEDTLS_HAVE_TIME_DATE
190190

191191
/**
192192
* \def MBEDTLS_PLATFORM_MEMORY

0 commit comments

Comments
 (0)