1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Make check-names.sh find the right names in 3rdparty

Essentially adds the Everest .h and .c files to the various variables. This
should be generalized at some point, but there is no infrastructure for this
yet.
This commit is contained in:
Christoph M. Wintersteiger
2018-12-14 15:46:34 +00:00
committed by Janos Follath
parent 1083a25a29
commit 8a0f5bb3c1
5 changed files with 10 additions and 2 deletions

View File

@ -8,6 +8,7 @@ if [ -d include/mbedtls ]; then :; else
fi
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"
# White-list macros we want to be able to refer to that don't exist in the
# crypto library, useful when referring to macros in Mbed TLS from comments.