diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index aa7626a511..206fdc596d 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