Clarify that EXCLUDE_FROM_FULL has exceptions from is_seamless_alt

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2020-04-20 15:48:12 +02:00
parent c9d0433ece
commit 659db00517
+3
View File
@@ -210,6 +210,9 @@ def is_seamless_alt(name):
Exclude alternative implementations of library functions since they require
an implementation of the relevant functions and an xxx_alt.h header.
If a symbol matches this naming pattern but doesn't behave like the others,
list it in EXCLUDE_FROM_FULL.
"""
return name.startswith('MBEDTLS_PLATFORM_')