From 8d645dcd774ec6349e67e55319c797b5f1c0d79a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 15 Jun 2023 09:07:10 +0200 Subject: [PATCH] Fix unintentional config reduction in prev commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- tests/scripts/all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index f0d50d42a5..8e72bbfa99 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2166,8 +2166,9 @@ component_test_psa_crypto_config_accel_ecdsa () { # Configure # --------- - # Start from default config (no TLS 1.3, no USE_PSA) + # Start from default config (no USE_PSA) + TLS 1.3 helper_libtestdriver1_adjust_config "default" + scripts/config.py set MBEDTLS_SSL_PROTO_TLS1_3 # Disable the module that's accelerated scripts/config.py unset MBEDTLS_ECDSA_C