mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Adapt list_internal_identifiers.py for upcoming directory changes
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
@@ -37,7 +37,9 @@ def main():
|
|||||||
"include/mbedtls/*_internal.h",
|
"include/mbedtls/*_internal.h",
|
||||||
"library/*.h",
|
"library/*.h",
|
||||||
"tf-psa-crypto/core/*.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]
|
])[0]
|
||||||
result.sort(key=lambda x: x.name)
|
result.sort(key=lambda x: x.name)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user