diff options
Diffstat (limited to 'crypto/conf/conf_err.c')
-rw-r--r-- | crypto/conf/conf_err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/conf/conf_err.c b/crypto/conf/conf_err.c index c6929b99c5..ec4ab140a6 100644 --- a/crypto/conf/conf_err.c +++ b/crypto/conf/conf_err.c @@ -80,7 +80,7 @@ static ERR_STRING_DATA CONF_str_reasons[]= #endif -void ERR_load_CONF_strings() +void ERR_load_CONF_strings(void) { static int init=1; |