mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-21 10:20:51 +00:00
Update config.py crypto for version files
Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
parent
d45763456e
commit
c19f8aea8a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user