commit | 590bf51cbbdcd50add14a318daad15f396c6346f | [log] [tgz] |
---|---|---|
author | Jarno Lamsa <jarno.lamsa@arm.com> | Tue Jun 18 13:09:49 2019 +0300 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue Jul 02 15:12:29 2019 +0200 |
tree | cbcf309289f573b8f464b31bddf93ce1d1190d66 | |
parent | 7be14065e2d727feff6adebe69c8b7d13a80c349 [diff] [blame] |
Enable MBEDTLS_SSL_SESSION_CACHE by default
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 2a0bbfb..81c1340 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