Fix rebasing mistake

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard 2023-09-21 12:55:30 +02:00
parent 8e82654ec4
commit 0d54a2e496

View File

@ -2841,7 +2841,7 @@ common_test_psa_crypto_config_accel_ecc_ffdh_no_bignum () {
if [ "$TEST_TARGET" = "ECC_DH" ]; then
loc_accel_list="$loc_accel_list \
ALG_FFDH \
$(helper_get_psa_keys_list "FFDH")"
$(helper_get_psa_key_type_list "FFDH")"
fi
# Note: Those are handled in a special way by the libtestdriver machinery,