Skip to content

Commit bb7434e

Browse files
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 <ronald.cron@arm.com>
1 parent 275f8dd commit bb7434e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/all-helpers.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ helper_psasim_config() {
139139
scripts/config.py full
140140
scripts/config.py unset MBEDTLS_PSA_CRYPTO_C
141141
scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C
142+
scripts/config.py unset MBEDTLS_ENTROPY_NV_SEED
143+
scripts/config.py unset MBEDTLS_PLATFORM_NV_SEED_ALT
142144
if in_mbedtls_repo && in_3_6_branch; then
143145
# Dynamic secure element support is a deprecated feature and it is not
144146
# available when CRYPTO_C and PSA_CRYPTO_STORAGE_C are disabled.

0 commit comments

Comments
 (0)