commit | 8db8d6182f3048f6086dbd3558c2866924834918 | [log] [tgz] |
---|---|---|
author | Michael Schuster <michael@schuster.ms> | Sat Jun 01 21:15:02 2024 +0200 |
committer | Minos Galanakis <minos.galanakis@arm.com> | Fri Aug 09 10:29:58 2024 +0100 |
tree | b630d289bfbf27137100115d2499c89d01cf218d | |
parent | e708e86a9b381a9d9bf79dd4551fd8910765b37f [diff] [blame] |
Fix missing-prototype errors in sample programs Signed-off-by: Michael Schuster <michael@schuster.ms>
diff --git a/programs/test/zeroize.c b/programs/test/zeroize.c index 1e9b98d..c1cee0d 100644 --- a/programs/test/zeroize.c +++ b/programs/test/zeroize.c
@@ -23,7 +23,7 @@ #define BUFFER_LEN 1024 -void usage(void) +static void usage(void) { mbedtls_printf("Zeroize is a simple program to assist with testing\n"); mbedtls_printf("the mbedtls_platform_zeroize() function by using the\n");