File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -865,25 +865,18 @@ def comprehensive_parse(self):
865
865
"include/mbedtls/*.h" ,
866
866
"include/psa/*.h" ,
867
867
"library/*.h" ,
868
- "library/*.c" ,
869
- "3rdparty/everest/include/everest/everest.h" ,
870
- "3rdparty/everest/include/everest/x25519.h"
868
+ "library/*.c"
871
869
])
872
870
identifiers , excluded_identifiers = self .parse_identifiers ([
873
871
"include/mbedtls/*.h" ,
874
872
"include/psa/*.h" ,
875
873
"library/*.h" ,
876
- "3rdparty/everest/include/everest/everest.h" ,
877
- "3rdparty/everest/include/everest/x25519.h"
878
874
], ["3rdparty/p256-m/p256-m/p256-m.h" ])
879
875
mbed_psa_words = self .parse_mbed_psa_words ([
880
876
"include/mbedtls/*.h" ,
881
877
"include/psa/*.h" ,
882
878
"library/*.h" ,
883
- "3rdparty/everest/include/everest/everest.h" ,
884
- "3rdparty/everest/include/everest/x25519.h" ,
885
879
"library/*.c" ,
886
- "3rdparty/everest/library/everest.c" ,
887
880
"3rdparty/everest/library/x25519.c"
888
881
], ["library/psa_crypto_driver_wrappers.h" ])
889
882
else :
You can’t perform that action at this time.
0 commit comments