From bb7434e7677e3f63979c4f8040093a45162a4254 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Tue, 9 Sep 2025 14:15:30 +0200 Subject: [PATCH] Adapt psasim client config Adapt psasim client config to stricter compile-time checks for the MBEDTLS_ENTROPY_NV_SEED option. Signed-off-by: Ronald Cron --- scripts/all-helpers.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/all-helpers.sh b/scripts/all-helpers.sh index 28d5395dd..c1421f0d2 100644 --- a/scripts/all-helpers.sh +++ b/scripts/all-helpers.sh @@ -139,6 +139,8 @@ helper_psasim_config() { scripts/config.py full scripts/config.py unset MBEDTLS_PSA_CRYPTO_C scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C + scripts/config.py unset MBEDTLS_ENTROPY_NV_SEED + scripts/config.py unset MBEDTLS_PLATFORM_NV_SEED_ALT if in_mbedtls_repo && in_3_6_branch; then # Dynamic secure element support is a deprecated feature and it is not # available when CRYPTO_C and PSA_CRYPTO_STORAGE_C are disabled.