From a8dc7fd1a2670b8aea5cf6770c27c2b16b4f15d3 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 19 Jun 2023 10:21:01 +0200 Subject: [PATCH] test: remove leftover paragraph in test_psa_crypto_config_accel_ecc_ecp_light_only Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 7fd419759..c1e2b9f80 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2363,10 +2363,6 @@ component_test_psa_crypto_config_accel_ecc_ecp_light_only () { # Use the same config as reference, only without built-in EC algs config_psa_crypto_config_ecp_ligh_only 1 - # Temporary hack to enable MBEDTLS_ECP_LIGHT - # (will soon be auto-enabled in build_info.h) - echo '#define MBEDTLS_ECP_LIGHT' >> include/mbedtls/mbedtls_config.h - # Build # -----