Update config.py crypto for version files

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
Harry Ramsey 2024-10-03 11:18:32 +01:00
parent d45763456e
commit c19f8aea8a

View File

@ -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