Remove redundant entry in glob list

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2025-11-19 19:47:02 +01:00
parent 30bea3d767
commit 16236cb8a2
-1
View File
@@ -701,7 +701,6 @@ class TFPSACryptoCodeParser(CodeParser):
H_PUBLIC = [
"include/**/*.h",
"drivers/*/include/**/*.h",
"include/mbedtls/private/*.h",
]
H_PUBLIC_EXCLUDE = [
'drivers/everest/include/tf-psa-crypto/private/everest/[HhKk]*.h',