From 210b9a474d7169a5643ea34b943bb63d2650b096 Mon Sep 17 00:00:00 2001 From: h00449031 Date: Wed, 12 Aug 2020 00:15:51 +0800 Subject: [PATCH] TicketNo: DTS2020062208740 Description: modify mbedtls Team: OTHERS Feature or Bugfix:Feature Binary Source: NA PrivateCode(Yes/No):Yes Change-Id: I120c45362a882feb2336616b87f3285aaa619e07 Reviewed-on: http://mgit-tm.rnd.huawei.com/10184307 Tested-by: public jenkins Reviewed-by: jinsenjun 00417914 Reviewed-by: zhangjian 00421080 Reviewed-by: caoruihong 00546070 --- include/mbedtls/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index fb86d0b..5737bb2 100755 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -153,7 +153,7 @@ * mbedtls_platform_gmtime_r() at compile-time by using the macro * MBEDTLS_PLATFORM_GMTIME_R_ALT. */ -#define MBEDTLS_HAVE_TIME_DATE +// #define MBEDTLS_HAVE_TIME_DATE /** * \def MBEDTLS_PLATFORM_MEMORY @@ -177,7 +177,7 @@ * * Enable this layer to allow use of alternative memory allocators. */ -#define MBEDTLS_PLATFORM_MEMORY +// #define MBEDTLS_PLATFORM_MEMORY /** * \def MBEDTLS_PLATFORM_NO_STD_FUNCTIONS @@ -196,7 +196,7 @@ * Uncomment to prevent default assignment of standard functions in the * platform layer. */ -#define MBEDTLS_PLATFORM_NO_STD_FUNCTIONS +// #define MBEDTLS_PLATFORM_NO_STD_FUNCTIONS /** * \def MBEDTLS_PLATFORM_EXIT_ALT -- GitLab