mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-03 17:57:48 +00:00
Merge pull request #76 from ronald-cron-arm/remove-psa-crypto-config
Keep going if MBEDTLS_PSA_CRYPTO_CONFIG fails
This commit is contained in:
@@ -68,7 +68,10 @@ helper_libtestdriver1_adjust_config() {
|
||||
fi
|
||||
|
||||
# Enable PSA-based config (necessary to use drivers)
|
||||
scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
|
||||
# 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
|
||||
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user