1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

check-names: also check PSA files

Allow both mbedtls and psa identifiers in either set of files for now.
This commit is contained in:
Gilles Peskine
2018-06-18 23:25:28 +02:00
committed by itayzafrir
parent 313b8af18e
commit 2d9d6db60f
3 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ if [ -d include/mbedtls ]; then :; else
exit 1
fi
HEADERS=$( ls include/mbedtls/*.h | egrep -v 'compat-1\.3\.h|bn_mul' )
HEADERS=$( ls include/mbedtls/*.h include/psa/*.h | egrep -v 'compat-1\.3\.h|bn_mul' )
rm -f identifiers