From 6b529ff50de49f3f7e770480093a4d08ab50460f Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Wed, 25 Feb 2026 17:49:35 +0100 Subject: [PATCH] component_test_tls1_2_ccm_psk_dtls_psa: Enable MBEDTLS_HAVE_TIME As done in component_test_tls1_2_ccm_psk_dtls_legacy enable MBEDTLS_HAVE_TIME in component_test_tls1_2_ccm_psk_dtls_psa. Signed-off-by: Ronald Cron --- tests/scripts/components-configuration-tls.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/components-configuration-tls.sh b/tests/scripts/components-configuration-tls.sh index d2a6049777..731f695bd5 100644 --- a/tests/scripts/components-configuration-tls.sh +++ b/tests/scripts/components-configuration-tls.sh @@ -420,6 +420,7 @@ component_test_tls1_2_ccm_psk_dtls_psa () { cp configs/config-ccm-psk-dtls1_2.h "$CONFIG_H" scripts/config.py set MBEDTLS_PSA_CRYPTO_C scripts/config.py set MBEDTLS_USE_PSA_CRYPTO + scripts/config.py set MBEDTLS_HAVE_TIME # test-ref-configs works by overwriting mbedtls_config.h; this makes cmake # want to re-generate generated files that depend on it, quite correctly. # However this doesn't work as the generation script expects a specific