mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 20:54:24 +00:00
feat(mbedtls): update to 3.5.0 release
Changelog: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.5.0
This commit is contained in:
@@ -56,8 +56,15 @@
|
||||
*/
|
||||
#ifdef CONFIG_MBEDTLS_HAVE_TIME
|
||||
#define MBEDTLS_HAVE_TIME
|
||||
/**
|
||||
* \def MBEDTLS_PLATFORM_MS_TIME_ALT
|
||||
*
|
||||
* Define platform specific function to get time since bootup in milliseconds.
|
||||
*/
|
||||
#define MBEDTLS_PLATFORM_MS_TIME_ALT
|
||||
#else
|
||||
#undef MBEDTLS_HAVE_TIME
|
||||
#undef MBEDTLS_PLATFORM_MS_TIME_ALT
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user