From 22d0a79bc68e52101ba0eba81de7af9eeb6305cc Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 14 Jun 2023 17:23:19 +0200 Subject: [PATCH] test: fix bug for test without bugnum Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 1f00661f5..7fd419759 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1431,6 +1431,9 @@ component_test_full_no_bignum () { scripts/config.py unset MBEDTLS_ECDSA_C scripts/config.py unset MBEDTLS_ECJPAKE_C scripts/config.py unset MBEDTLS_ECP_RESTARTABLE + # Disable what auto-enables ECP_LIGHT + scripts/config.py unset MBEDTLS_PK_PARSE_EC_EXTENDED + scripts/config.py unset MBEDTLS_PK_PARSE_EC_COMPRESSED # Indirect dependencies of ECP scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED