From 6f820cccb8a74f60a9cc664bd60daa59f2609690 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 20 Mar 2023 17:07:28 +0100 Subject: [PATCH] test: fix comments in test_psa_crypto_config_accel_ecc() Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 4f0360fea3..2ba898e155 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2303,7 +2303,7 @@ component_test_psa_crypto_config_accel_ecc () { # Configure and build the main libraries # --------------------------------------- - # start with default + driver support + # start with default (no TLS 1.3 or USE_PSA) + driver support scripts/config.py set MBEDTLS_PSA_CRYPTO_DRIVERS scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG @@ -2313,7 +2313,6 @@ component_test_psa_crypto_config_accel_ecc () { scripts/config.py unset MBEDTLS_ECJPAKE_C # dependencies - #scripts/config.py unset MBEDTLS_SSL_PROTO_TLS1_3 # not in default anyway scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED