From 1eb33185b6410f4fdd1653860a9e148ccfebd52c Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Sun, 25 Jul 2021 22:23:06 +0800 Subject: [PATCH] disable EXPORT_KEYS Change-Id: I63e218070e96637a15242fec3a66b5e448986287 CustomizedGitHooks: yes --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 116a164c9738..c7e3c78cbe3a 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1974,7 +1974,7 @@ * * Comment this macro to disable support for key export */ -#define MBEDTLS_SSL_EXPORT_KEYS +//#define MBEDTLS_SSL_EXPORT_KEYS /** * \def MBEDTLS_SSL_SERVER_NAME_INDICATION