8000 Remove references to everest headers · Mbed-TLS/mbedtls-framework@5dad3ab · GitHub
[go: up one dir, main page]

Skip to content

Commit 5dad3ab

Browse files
author
Ben Taylor
committed
Remove references to everest headers
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
1 parent 8d9df51 commit 5dad3ab
< 8000 /pre>

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

scripts/check_names.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -865,25 +865,18 @@ def comprehensive_parse(self):
865865
"include/mbedtls/*.h",
866866
"include/psa/*.h",
867867
"library/*.h",
868-
"library/*.c",
869-
"3rdparty/everest/include/everest/everest.h",
870-
"3rdparty/everest/include/everest/x25519.h"
868+
"library/*.c"
871869
])
872870
identifiers, excluded_identifiers = self.parse_identifiers([
873871
"include/mbedtls/*.h",
874872
"include/psa/*.h",
875873
"library/*.h",
876-
"3rdparty/everest/include/everest/everest.h",
877-
"3rdparty/everest/include/everest/x25519.h"
878874
], ["3rdparty/p256-m/p256-m/p256-m.h"])
879875
mbed_psa_words = self.parse_mbed_psa_words([
880876
"include/mbedtls/*.h",
881877
"include/psa/*.h",
882878
"library/*.h",
883-
"3rdparty/everest/include/everest/everest.h",
884-
"3rdparty/everest/include/everest/x25519.h",
885879
"library/*.c",
886-
"3rdparty/everest/library/everest.c",
887880
"3rdparty/everest/library/x25519.c"
888881
], ["library/psa_crypto_driver_wrappers.h"])
889882
else:

0 commit comments

Comments
 (0)
0