From 5d6cb5923660a12ebde36ebf1057927474b36180 Mon Sep 17 00:00:00 2001 From: Elena Uziunaite Date: Wed, 18 Dec 2024 18:06:25 +0200 Subject: [PATCH] Add a clarifying comment Signed-off-by: Elena Uziunaite --- scripts/all-helpers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/all-helpers.sh b/scripts/all-helpers.sh index d20199dce..9135dafc7 100644 --- a/scripts/all-helpers.sh +++ b/scripts/all-helpers.sh @@ -68,6 +68,7 @@ helper_libtestdriver1_adjust_config() { fi # Enable PSA-based config (necessary to use drivers) + # MBEDTLS_PSA_CRYPTO_CONFIG is a legacy setting which should only be set on 3.6 LTS branches. if in_mbedtls_repo && in_3_6_branch; then scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG fi