mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-27 06:35:22 +00:00
Disable MBEDTLS_PSA_CRYPTO_SE_C is hash psa builds
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
6d77830c6a
commit
b45b8ce474
@ -2355,6 +2355,10 @@ config_psa_crypto_hash_use_psa () {
|
|||||||
scripts/config.py unset MBEDTLS_PKCS7_C
|
scripts/config.py unset MBEDTLS_PKCS7_C
|
||||||
scripts/config.py unset MBEDTLS_ECDSA_DETERMINISTIC
|
scripts/config.py unset MBEDTLS_ECDSA_DETERMINISTIC
|
||||||
scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_DETERMINISTIC_ECDSA
|
scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_DETERMINISTIC_ECDSA
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
scripts/config.py unset MBEDTLS_PSA_CRYPTO_SE_C
|
||||||
}
|
}
|
||||||
|
|
||||||
# Note that component_test_psa_crypto_config_reference_hash_use_psa
|
# Note that component_test_psa_crypto_config_reference_hash_use_psa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user