8000 reverted last commit · Mbed-TLS/mbedtls-framework@249ea0e · GitHub
[go: up one dir, main page]

Skip to content

Commit 249ea0e

Browse files
author
Ben Taylor
committed
reverted last commit
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
1 parent 5dad3ab commit 249ea0e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

scripts/check_names.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,18 +865,25 @@ def comprehensive_parse(self):
865865
"include/mbedtls/*.h",
866866
"include/psa/*.h",
867867
"library/*.h",
868-
"library/*.c"
868+
"library/*.c",
869+
"3rdparty/everest/include/everest/everest.h",
870+
"3rdparty/everest/include/everest/x25519.h"
869871
])
870872
identifiers, excluded_identifiers = self.parse_identifiers([
871873
"include/mbedtls/*.h",
872874
"include/psa/*.h",
873875
"library/*.h",
876+
"3rdparty/everest/include/everest/everest.h",
877+
"3rdparty/everest/include/everest/x25519.h"
874878
], ["3rdparty/p256-m/p256-m/p256-m.h"])
875879
mbed_psa_words = self.parse_mbed_psa_words([
876880
"include/mbedtls/*.h",
877881
"include/psa/*.h",
878882
"library/*.h",
883+
"3rdparty/everest/include/everest/everest.h",
884+
"3rdparty/everest/include/everest/x25519.h",
879885
"library/*.c",
886+
"3rdparty/everest/library/everest.c",
880887
"3rdparty/everest/library/x25519.c"
881888
], ["library/psa_crypto_driver_wrappers.h"])
882889
else:

0 commit comments

Comments
 (0)
0