mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-18 17:19:52 +00:00
Update config.py crypto for version files
Signed-off-by: Harry Ramsey <[email protected]>
This commit is contained in:
@@ -210,6 +210,7 @@ def baremetal_size_adapter(name, value, active):
|
|||||||
def include_in_crypto(name):
|
def include_in_crypto(name):
|
||||||
"""Rules for symbols in a crypto configuration."""
|
"""Rules for symbols in a crypto configuration."""
|
||||||
if name.startswith('MBEDTLS_X509_') or \
|
if name.startswith('MBEDTLS_X509_') or \
|
||||||
|
name.startswith('MBEDTLS_VERSION_') or \
|
||||||
name.startswith('MBEDTLS_SSL_') or \
|
name.startswith('MBEDTLS_SSL_') or \
|
||||||
name.startswith('MBEDTLS_KEY_EXCHANGE_'):
|
name.startswith('MBEDTLS_KEY_EXCHANGE_'):
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user