Restore config.h defaults

We want those changes only in config/baremetal.h, not in the default config.
This commit is contained in:
Manuel Pégourié-Gonnard 2019-07-01 10:05:28 +02:00
parent 29f2dd0a7b
commit f130b1024a

View file

@ -1668,7 +1668,7 @@
* *
* Comment this macro to disable support for SSL session tickets * Comment this macro to disable support for SSL session tickets
*/ */
//#define MBEDTLS_SSL_SESSION_TICKETS #define MBEDTLS_SSL_SESSION_TICKETS
/** /**
* \def MBEDTLS_SSL_NO_SESSION_CACHE * \def MBEDTLS_SSL_NO_SESSION_CACHE
@ -1687,7 +1687,7 @@
* *
* Uncomment this macro to disable support for SSL session cache * Uncomment this macro to disable support for SSL session cache
*/ */
#define MBEDTLS_SSL_NO_SESSION_CACHE //#define MBEDTLS_SSL_NO_SESSION_CACHE
/** /**
* \def MBEDTLS_SSL_NO_SESSION_RESUMPTION * \def MBEDTLS_SSL_NO_SESSION_RESUMPTION
@ -1717,7 +1717,7 @@
* *
* Uncomment this macro to disable support for SSL session resumption * Uncomment this macro to disable support for SSL session resumption
*/ */
#define MBEDTLS_SSL_NO_SESSION_RESUMPTION //#define MBEDTLS_SSL_NO_SESSION_RESUMPTION
/** /**
* \def MBEDTLS_SSL_EXPORT_KEYS * \def MBEDTLS_SSL_EXPORT_KEYS