From 4753e65e9b77eccfa565cdbd98a003560dd0bffd Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Thu, 23 May 2019 17:02:06 +0100 Subject: [PATCH] Disable Connection ID feature by default --- 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 b8ec64d10..d956a2e17 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1295,7 +1295,7 @@ * * Uncomment to enable the Connection ID extension. */ -#define MBEDTLS_SSL_DTLS_CONNECTION_ID +//#define MBEDTLS_SSL_DTLS_CONNECTION_ID /** * \def MBEDTLS_SSL_ASYNC_PRIVATE