Merge pull request #10423 from bjwtaylor/time_t

Replace cases of time_t with mbedtls_time_t
diff --git a/tests/scripts/components-configuration-crypto.sh b/tests/scripts/components-configuration-crypto.sh
index c9c6a13..0551e6a 100644
--- a/tests/scripts/components-configuration-crypto.sh
+++ b/tests/scripts/components-configuration-crypto.sh
@@ -100,6 +100,7 @@
     # tests in 'test_suite_psa_crypto_op_fail' that would never be executed.
     scripts/config.py set PSA_WANT_ECC_SECP_K1_192
     scripts/config.py set PSA_WANT_ECC_SECP_R1_192
+    scripts/config.py set TF_PSA_CRYPTO_ALLOW_REMOVED_MECHANISMS || true
 
     # Accelerate all PSA features (which are still enabled in CRYPTO_CONFIG_H).
     PSA_SYM_LIST=$(./scripts/config.py get-all-enabled PSA_WANT)