mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-28 06:47:47 +00:00
Adapt list_internal_identifiers.py for upcoming directory changes
Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
@@ -37,7 +37,9 @@ def main():
|
||||
"include/mbedtls/*_internal.h",
|
||||
"library/*.h",
|
||||
"tf-psa-crypto/core/*.h",
|
||||
"tf-psa-crypto/drivers/builtin/src/*.h"
|
||||
"tf-psa-crypto/drivers/builtin/src/*.h",
|
||||
"tf-psa-crypto/platform/*.h",
|
||||
"tf-psa-crypto/utilities/*.h",
|
||||
])[0]
|
||||
result.sort(key=lambda x: x.name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user