From c19f8aea8a003baa1f833152fc44a476e7b5b706 Mon Sep 17 00:00:00 2001 From: Harry Ramsey Date: Thu, 3 Oct 2024 11:18:32 +0100 Subject: [PATCH] Update config.py crypto for version files Signed-off-by: Harry Ramsey --- scripts/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/config.py b/scripts/config.py index 580a4bbb0c..beeb5e27e0 100755 --- a/scripts/config.py +++ b/scripts/config.py @@ -210,6 +210,7 @@ def baremetal_size_adapter(name, value, active): def include_in_crypto(name): """Rules for symbols in a crypto configuration.""" if name.startswith('MBEDTLS_X509_') or \ + name.startswith('MBEDTLS_VERSION_') or \ name.startswith('MBEDTLS_SSL_') or \ name.startswith('MBEDTLS_KEY_EXCHANGE_'): return False