mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
mbedtls: Make ECDHE-PSK config item depend on ECDHE
This commit is contained in:
parent
904b85e365
commit
bdfba3b88c
@ -254,7 +254,7 @@ menu "mbedTLS"
|
||||
|
||||
config MBEDTLS_KEY_EXCHANGE_ECDHE_PSK
|
||||
bool "Enable ECDHE-PSK based ciphersuite modes"
|
||||
depends on MBEDTLS_PSK_MODES
|
||||
depends on MBEDTLS_PSK_MODES && MBEDTLS_ECDH_C
|
||||
default y
|
||||
help
|
||||
Enable to support Elliptic-Curve-Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user