mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 10:35:12 +00:00
Enable MBEDTLS_SSL_SESSION_CACHE by default
This commit is contained in:
parent
7be14065e2
commit
590bf51cbb
|
@ -1674,7 +1674,7 @@
|
||||||
*
|
*
|
||||||
* Comment this macro to disable support for SSL session cache
|
* 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
|
* \def MBEDTLS_SSL_EXPORT_KEYS
|
||||||
|
|
Loading…
Reference in a new issue