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