mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03: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
@ -48,7 +48,7 @@ struct options {
|
||||
} opt;
|
||||
|
||||
|
||||
int read_certificates(const char *const *filenames)
|
||||
static int read_certificates(const char *const *filenames)
|
||||
{
|
||||
mbedtls_x509_crt cas;
|
||||
int ret = 0;
|
||||
|
Reference in New Issue
Block a user