From 590bf51cbbdcd50add14a318daad15f396c6346f Mon Sep 17 00:00:00 2001 From: Jarno Lamsa Date: Tue, 18 Jun 2019 13:09:49 +0300 Subject: [PATCH] Enable MBEDTLS_SSL_SESSION_CACHE 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 2a0bbfbf1..81c1340d7 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1674,7 +1674,7 @@ * * Comment this macro to disable support for SSL session cache */ -//#define MBEDTLS_SSL_SESSION_CACHE +#define MBEDTLS_SSL_SESSION_CACHE /** * \def MBEDTLS_SSL_EXPORT_KEYS