mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
mbedtls: Make ECDHE-PSK config item depend on ECDHE
This commit is contained in:
parent
abd6d40796
commit
6123f78897
@ -241,7 +241,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