diff options
Diffstat (limited to 'crypto/encode_decode/encoder_err.c')
-rw-r--r-- | crypto/encode_decode/encoder_err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/encode_decode/encoder_err.c b/crypto/encode_decode/encoder_err.c index 0b5028769d..7f5f2b3a9a 100644 --- a/crypto/encode_decode/encoder_err.c +++ b/crypto/encode_decode/encoder_err.c @@ -26,7 +26,7 @@ static const ERR_STRING_DATA OSSL_ENCODER_str_reasons[] = { #endif -int err_load_OSSL_ENCODER_strings_int(void) +int ossl_err_load_OSSL_ENCODER_strings(void) { #ifndef OPENSSL_NO_ERR if (ERR_reason_error_string(OSSL_ENCODER_str_reasons[0].error) == NULL) |