From 0d54a2e49608ce303eb0ac530ce0c98fda2bce07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 21 Sep 2023 12:55:30 +0200 Subject: [PATCH] Fix rebasing mistake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- tests/scripts/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 6b0e73556b..27488c9357 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -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,