diff options
Diffstat (limited to 'crypto/x509/x509_err.c')
-rw-r--r-- | crypto/x509/x509_err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509_err.c b/crypto/x509/x509_err.c index 4eb2a4dd21..0b5ca59221 100644 --- a/crypto/x509/x509_err.c +++ b/crypto/x509/x509_err.c @@ -116,7 +116,7 @@ static ERR_STRING_DATA X509_str_reasons[]= #endif -void ERR_load_X509_strings() +void ERR_load_X509_strings(void) { static int init=1; |