mbedtls: Make ECDHE-PSK config item depend on ECDHE
This commit is contained in:
parent
904b85e365
commit
bdfba3b88c
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ menu "mbedTLS"
|
||||||
|
|
||||||
config MBEDTLS_KEY_EXCHANGE_ECDHE_PSK
|
config MBEDTLS_KEY_EXCHANGE_ECDHE_PSK
|
||||||
bool "Enable ECDHE-PSK based ciphersuite modes"
|
bool "Enable ECDHE-PSK based ciphersuite modes"
|
||||||
depends on MBEDTLS_PSK_MODES
|
depends on MBEDTLS_PSK_MODES && MBEDTLS_ECDH_C
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable to support Elliptic-Curve-Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.
|
Enable to support Elliptic-Curve-Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.
|
||||||
|
|
Loading…
Reference in a new issue