diff options
Diffstat (limited to 'crypto/evp/evp_err.c')
-rw-r--r-- | crypto/evp/evp_err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/evp_err.c b/crypto/evp/evp_err.c index 2ba53c6baf..04a60881c3 100644 --- a/crypto/evp/evp_err.c +++ b/crypto/evp/evp_err.c @@ -112,7 +112,7 @@ static ERR_STRING_DATA EVP_str_reasons[]= #endif -void ERR_load_EVP_strings() +void ERR_load_EVP_strings(void) { static int init=1; |