From 434836801f20fc122a6006d9078e6c2b35dc53cd Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 14 Jun 2023 10:38:06 +0200 Subject: [PATCH] test: remove leftover from past PR development ECP_LIGHT was never set as public symbol so it should not be enabled/disabled using the config.py script. Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index a28cd281d..9e2aa95ec 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2432,7 +2432,6 @@ config_psa_crypto_no_ecp_at_all () { scripts/config.py unset MBEDTLS_ECJPAKE_C # Disable ECP module (entirely) scripts/config.py unset MBEDTLS_ECP_C - scripts/config.py unset MBEDTLS_ECP_LIGHT fi # Disable PK module since it depends on ECP