From 2e3f17a40fed54a3ba9810baa3085a80b0595f3a Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Thu, 5 Dec 2024 18:43:00 +0100 Subject: [PATCH] Remove not TF-PSA-Cripto related symbol Signed-off-by: Gabor Mezei --- tf-psa-crypto/scripts/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tf-psa-crypto/scripts/config.py b/tf-psa-crypto/scripts/config.py index 474fea3953..30b6067578 100755 --- a/tf-psa-crypto/scripts/config.py +++ b/tf-psa-crypto/scripts/config.py @@ -77,7 +77,6 @@ EXCLUDE_FROM_FULL = frozenset([ 'MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT', # setting *_USE_ARMV8_A_CRYPTO is sufficient 'MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN', # build dependency (clang+memsan) 'MBEDTLS_TEST_CONSTANT_FLOW_VALGRIND', # build dependency (valgrind headers) - 'MBEDTLS_X509_REMOVE_INFO', # removes a feature *PSA_UNSUPPORTED_FEATURE, *PSA_DEPRECATED_FEATURE, *PSA_UNSTABLE_FEATURE