Fixed TLS 1.1 still being enables even if disabled via config.

Fixed MBEDTLS_SSL_PROTO_TLS1_1 still being defined even ifCONFIG_MBEDTLS_SSL_PROTO_TLS1_1 is not

Signed-off-by: Aditya Patwardhan <aditya.patwardhan@espressif.com>

Merges https://github.com/espressif/esp-idf/pull/5675
This commit is contained in:
Michal Vácha
2020-07-31 16:42:40 +02:00
committed by bot
parent b3814a1b5e
commit e4820fc447

View File

@ -976,6 +976,8 @@
*/
#ifdef CONFIG_MBEDTLS_SSL_PROTO_TLS1_1
#define MBEDTLS_SSL_PROTO_TLS1_1
#else
#undef MBEDTLS_SSL_PROTO_TLS1_1
#endif
/**