mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'fix/cleanup_deleted_menuconfig_option_entries' into 'master'
fix(mbedtls): Fix menuconfig option entries See merge request espressif/esp-idf!26699
This commit is contained in:
commit
c4559198b8
@ -239,7 +239,6 @@ menu "mbedTLS"
|
||||
config MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
|
||||
bool "Keep peer certificate after handshake completion"
|
||||
default y
|
||||
depends on !MBEDTLS_DYNAMIC_FREE_PEER_CERT
|
||||
help
|
||||
Keep the peer's certificate after completion of the handshake.
|
||||
Disabling this option will save about 4kB of heap and some code size.
|
||||
|
Loading…
Reference in New Issue
Block a user