mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Revert "check-names: Enable referencing Mbed TLS macros"
This reverts commit 7fcc7bc57699ce57fef8e590a0fb502ea6f65c0e.
This commit is contained in:
parent
4e1174967a
commit
9d28c426d1
@ -10,15 +10,8 @@ fi
|
|||||||
HEADERS=$( ls include/mbedtls/*.h include/psa/*.h | egrep -v 'compat-1\.3\.h' )
|
HEADERS=$( ls include/mbedtls/*.h include/psa/*.h | egrep -v 'compat-1\.3\.h' )
|
||||||
HEADERS="$HEADERS 3rdparty/everest/include/everest/everest.h 3rdparty/everest/include/everest/x25519.h"
|
HEADERS="$HEADERS 3rdparty/everest/include/everest/everest.h 3rdparty/everest/include/everest/x25519.h"
|
||||||
|
|
||||||
# White-list macros we want to be able to refer to that don't exist in the
|
sed -n -e 's/.*#define \([a-zA-Z0-9_]*\).*/\1/p' $HEADERS \
|
||||||
# crypto library, useful when referring to macros in Mbed TLS from comments.
|
| egrep -v '^(asm|inline|EMIT|_CRT_SECURE_NO_DEPRECATE)$|^MULADDC_' \
|
||||||
WHITELIST='MBEDTLS_ERR_SSL_CRYPTO_IN_PROGRESS'
|
| sort -u > macros
|
||||||
|
|
||||||
# Generate a list of macros and combine it with the white-listed macros in
|
|
||||||
# sorted order.
|
|
||||||
{ sed -n -e 's/.*#define \([a-zA-Z0-9_]*\).*/\1/p' $HEADERS |
|
|
||||||
egrep -v '^(asm|inline|EMIT|_CRT_SECURE_NO_DEPRECATE)$|^MULADDC_';
|
|
||||||
printf '%s\n' $WHITELIST;
|
|
||||||
} | sort -u > macros
|
|
||||||
|
|
||||||
wc -l macros
|
wc -l macros
|
||||||
|
Loading…
x
Reference in New Issue
Block a user