From 6eda95fec110cf44944407d7082cf36b2f0d29d6 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 6 Aug 2026 14:01:41 +0200 Subject: [PATCH] tests: configuration-crypto: fix comments still referencing reference components Signed-off-by: Valerio Setti --- tests/scripts/components-configuration-crypto.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/scripts/components-configuration-crypto.sh b/tests/scripts/components-configuration-crypto.sh index 7f493bb92d..43a639e9ec 100644 --- a/tests/scripts/components-configuration-crypto.sh +++ b/tests/scripts/components-configuration-crypto.sh @@ -1416,9 +1416,6 @@ component_test_psa_crypto_config_accel_hash_use_psa () { msg "test: full with accelerated hashes" $MAKE_COMMAND test - # This is mostly useful so that we can later compare outcome files with - # the reference config in analyze_outcomes.py, to check that the - # dependency declarations in ssl-opt.sh and in TLS code are correct. msg "test: ssl-opt.sh, full with accelerated hashes" tests/ssl-opt.sh @@ -1443,8 +1440,7 @@ config_psa_crypto_hmac_use_psa () { scripts/config.py unset-all MBEDTLS_SHA fi - # Direct dependencies of MD_C. We disable them also in the reference - # component to work with the same set of features. + # Direct dependencies of MD_C. scripts/config.py unset MBEDTLS_PKCS7_C scripts/config.py unset MBEDTLS_PKCS5_C scripts/config.py unset MBEDTLS_HMAC_DRBG_C