We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0801cb commit 1ecf015Copy full SHA for 1ecf015
tests/scripts/components-configuration-crypto.sh
@@ -1680,6 +1680,7 @@ config_psa_crypto_hmac_use_psa () {
1680
# Disable also the builtin hashes since they are supported by the driver
1681
# and MD module is able to perform PSA dispathing.
1682
scripts/config.py unset-all MBEDTLS_SHA
1683
+ scripts/config.py unset-all PSA_WANT_ALG_SHA3_*
1684
scripts/config.py unset MBEDTLS_MD5_C
1685
scripts/config.py unset MBEDTLS_RIPEMD160_C
1686
fi
0 commit comments