Skip to content

Commit

Permalink
Merge pull request #96 from Mbed-TLS/issue-39-follow-up
Browse files Browse the repository at this point in the history
Undo temporary changes in all-helpers.sh
  • Loading branch information
minosgalanakis authored Dec 20, 2024
2 parents 4e3d7d8 + 5d6cb59 commit 2db6804
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/all-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ helper_libtestdriver1_adjust_config() {
fi

# Enable PSA-based config (necessary to use drivers)
# The configuration option has been removed for 4.0. While the project and
# branch detection shell in shell work is not completed, just ignore the
# failure to set MBEDTLS_PSA_CRYPTO_CONFIG.
scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG || true
# MBEDTLS_PSA_CRYPTO_CONFIG is a legacy setting which should only be set on 3.6 LTS branches.
if in_mbedtls_repo && in_3_6_branch; then
scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
fi

# Dynamic secure element support is a deprecated feature and needs to be disabled here.
# This is done to have the same form of psa_key_attributes_s for libdriver and library.
Expand Down

0 comments on commit 2db6804

Please sign in to comment.