mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
Merge branch 'bugfix/fix_mbedtls_flag_defined_always' into 'master'
Fixed TLS 1.1 still being enables even if disabled via config. Closes IDFGH-3755 See merge request espressif/esp-idf!9905
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user