mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
test: remove debug echo in component
Signed-off-by: valerio <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
e279e50a76
commit
f1d29136ac
|
|
@ -2508,7 +2508,6 @@ psa_crypto_config_accel_all_curves_except_one () {
|
|||
scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_KEY_TYPE_RSA_KEY_PAIR
|
||||
scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY
|
||||
for ALG in $(sed -n 's/^#define \(PSA_WANT_ALG_RSA_[0-9A-Z_a-z]*\).*/\1/p' <"$CRYPTO_CONFIG_H"); do
|
||||
echo $ALG
|
||||
scripts/config.py -f include/psa/crypto_config.h unset $ALG
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue