mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-29 06:47:27 +02:00
Add mbedtls_test_ prefix to zero_alloc() test helper
function.
Command to change *.function files:
find . -name "*.function" -exec awk -i inplace \
'{sub(/zero_alloc/,"mbedtls_test_&")}1' {} \;
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2.9 KiB
2.9 KiB