X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fpkcs7%2Fpkcs7err.c;h=f7b87d552a616c8fd5ef0859f2b9864f867c7d41;hp=24201247d46504904a3d32c0e4047a534d5868a3;hb=0cd1b144f99e9aabea15a158bd567cba81592039;hpb=6beb8b39ba8e4cb005c1fcd2586ba19e17f04b95 diff --git a/crypto/pkcs7/pkcs7err.c b/crypto/pkcs7/pkcs7err.c index 24201247d4..f7b87d552a 100644 --- a/crypto/pkcs7/pkcs7err.c +++ b/crypto/pkcs7/pkcs7err.c @@ -90,7 +90,7 @@ static const ERR_STRING_DATA PKCS7_str_reasons[] = { int ERR_load_PKCS7_strings(void) { #ifndef OPENSSL_NO_ERR - if (ERR_func_error_string(PKCS7_str_reasons[0].error) == NULL) + if (ERR_reason_error_string(PKCS7_str_reasons[0].error) == NULL) ERR_load_strings_const(PKCS7_str_reasons); #endif return 1;