From 85ff5e6b88f81c7aa361bea5826a42a4a97d4f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 22 Sep 2023 09:05:48 +0200 Subject: [PATCH] Fix another 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 27488c935..8505e1f8a 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_key_type_list "FFDH")" + $(helper_get_psa_key_type_list "DH")" fi # Note: Those are handled in a special way by the libtestdriver machinery,