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:
Mahavir Jain
2023-10-06 10:21:19 +05:30
parent bb76564a1b
commit 9ca8f3d45b
5 changed files with 39 additions and 3 deletions

View File

@@ -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
/**