From 84d19e08364002555df292c6207d46a52024adae Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Fri, 29 Dec 2023 16:41:54 +0100 Subject: [PATCH] all.sh: keep DES_C and CTR_DRBG_C enabled in test_full_no_cipher_with_crypto() These were probably leftovers from the development phase of the associated PR that were not removed in the end. Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index aa7626a51..206fdc596 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1597,9 +1597,6 @@ common_test_full_no_cipher_with_psa_crypto () { # Disable cipher modes/keys that make PSA depend on CIPHER_C. # Keep CHACHA20 and CHACHAPOLY enabled since they do not depend on CIPHER_C. scripts/config.py unset-all MBEDTLS_CIPHER_MODE - scripts/config.py unset MBEDTLS_DES_C - # Dependencies on AES_C - scripts/config.py unset MBEDTLS_CTR_DRBG_C fi # The following modules directly depends on CIPHER_C scripts/config.py unset MBEDTLS_CMAC_C