mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
fix(mbedtls): Removed redundant menuconfig entry
This commit is contained in:
committed by
Mahavir Jain
parent
d198439225
commit
5a14730f75
@@ -239,7 +239,6 @@ menu "mbedTLS"
|
|||||||
config MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
|
config MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
|
||||||
bool "Keep peer certificate after handshake completion"
|
bool "Keep peer certificate after handshake completion"
|
||||||
default y
|
default y
|
||||||
depends on !MBEDTLS_DYNAMIC_FREE_PEER_CERT
|
|
||||||
help
|
help
|
||||||
Keep the peer's certificate after completion of the handshake.
|
Keep the peer's certificate after completion of the handshake.
|
||||||
Disabling this option will save about 4kB of heap and some code size.
|
Disabling this option will save about 4kB of heap and some code size.
|
||||||
|
Reference in New Issue
Block a user