From 623c73b46d3aa91ac8b767a46a110a3aea5a0c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 23 Feb 2023 20:36:05 +0100 Subject: [PATCH] Remove config.py call on now-internal option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It turns out config.py wouldn't complain, but it's still confusing. Signed-off-by: Manuel Pégourié-Gonnard --- tests/scripts/all.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 0758282d60..7c89e7fa38 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2354,7 +2354,6 @@ config_psa_crypto_hash_use_psa () { # Also unset MD_C and things that depend on it. if [ "$DRIVER_ONLY" -eq 1 ]; then scripts/config.py unset MBEDTLS_MD_C - scripts/config.py unset MBEDTLS_MD_LIGHT fi scripts/config.py unset MBEDTLS_HKDF_C # has independent PSA implementation scripts/config.py unset MBEDTLS_HMAC_DRBG_C