mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-13 04:13:45 +00:00
Update guards for crypto only builds
This commit updates the guards for crypto only builds to prevent error.c being built. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
parent
ddc59dca21
commit
08007ed23d
@ -218,6 +218,8 @@ def include_in_crypto(name):
|
||||
'MBEDTLS_DEBUG_C', # part of libmbedtls
|
||||
'MBEDTLS_NET_C', # part of libmbedtls
|
||||
'MBEDTLS_PKCS7_C', # part of libmbedx509
|
||||
'MBEDTLS_ERROR_C', # part of libmbedx509
|
||||
'MBEDTLS_ERROR_STRERROR_DUMMY', # part of libmbedx509
|
||||
]:
|
||||
return False
|
||||
if name in EXCLUDE_FROM_CRYPTO:
|
||||
|
Loading…
x
Reference in New Issue
Block a user