diff options
Diffstat (limited to 'crypto/pkcs12/pk12err.c')
-rw-r--r-- | crypto/pkcs12/pk12err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs12/pk12err.c b/crypto/pkcs12/pk12err.c index 185d4e184a..336ed2cebd 100644 --- a/crypto/pkcs12/pk12err.c +++ b/crypto/pkcs12/pk12err.c @@ -120,7 +120,7 @@ static ERR_STRING_DATA PKCS12_str_reasons[]= #endif -void ERR_load_PKCS12_strings() +void ERR_load_PKCS12_strings(void) { static int init=1; |