mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-06 09:54:06 +02:00
Fix missing-prototype errors in sample programs
Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
committed by
Minos Galanakis
parent
41a686bb9f
commit
6fa32fd12d
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user