mbedtls: Make ECDHE-PSK config item depend on ECDHE

pull/4068/head
Angus Gratton 2019-08-30 15:01:43 +10:00 zatwierdzone przez Angus Gratton
rodzic abd6d40796
commit 6123f78897
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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.