mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
Remove config.py call on now-internal option
It turns out config.py wouldn't complain, but it's still confusing. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
@@ -2354,7 +2354,6 @@ config_psa_crypto_hash_use_psa () {
|
|||||||
# Also unset MD_C and things that depend on it.
|
# Also unset MD_C and things that depend on it.
|
||||||
if [ "$DRIVER_ONLY" -eq 1 ]; then
|
if [ "$DRIVER_ONLY" -eq 1 ]; then
|
||||||
scripts/config.py unset MBEDTLS_MD_C
|
scripts/config.py unset MBEDTLS_MD_C
|
||||||
scripts/config.py unset MBEDTLS_MD_LIGHT
|
|
||||||
fi
|
fi
|
||||||
scripts/config.py unset MBEDTLS_HKDF_C # has independent PSA implementation
|
scripts/config.py unset MBEDTLS_HKDF_C # has independent PSA implementation
|
||||||
scripts/config.py unset MBEDTLS_HMAC_DRBG_C
|
scripts/config.py unset MBEDTLS_HMAC_DRBG_C
|
||||||
|
Reference in New Issue
Block a user