mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Update config.py crypto for version files
Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user