1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Corrections to the docs wording and changes to aux scripts

Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
TRodziewicz
2021-06-15 00:18:32 +02:00
parent 1fcd72e93c
commit 28a4a963fc
4 changed files with 47 additions and 39 deletions

View File

@ -47,9 +47,9 @@ done
if [ $INTERNAL ]
then
HEADERS=$( ls library/*.h )
HEADERS=$( ls include/mbedtls/*_internal.h library/*.h | egrep -v 'compat-2\.x\.h' )
else
HEADERS=$( ls include/mbedtls/*.h include/psa/*.h library/*.h )
HEADERS=$( ls include/mbedtls/*.h include/psa/*.h library/*.h | egrep -v 'compat-2\.x\.h' )
HEADERS="$HEADERS 3rdparty/everest/include/everest/everest.h 3rdparty/everest/include/everest/x25519.h"
fi