Skip to content

Commit f760a4e

Browse files
committed
disable EXPORT_KEYS
Change-Id: I63e218070e96637a15242fec3a66b5e448986287 CustomizedGitHooks: yes
1 parent d2b3957 commit f760a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mbedtls/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@
19741974
*
19751975
* Comment this macro to disable support for key export
19761976
*/
1977-
#define MBEDTLS_SSL_EXPORT_KEYS
1977+
//#define MBEDTLS_SSL_EXPORT_KEYS
19781978

19791979
/**
19801980
* \def MBEDTLS_SSL_SERVER_NAME_INDICATION

0 commit comments

Comments
 (0)