summaryrefslogtreecommitdiffstats
path: root/src/crypto/x509/t_crl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/x509/t_crl.c')
-rw-r--r--src/crypto/x509/t_crl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/x509/t_crl.c b/src/crypto/x509/t_crl.c
index 93a7afb..a2d8bc7 100644
--- a/src/crypto/x509/t_crl.c
+++ b/src/crypto/x509/t_crl.c
@@ -70,7 +70,7 @@ int X509_CRL_print_fp(FILE *fp, X509_CRL *x)
if ((b=BIO_new(BIO_s_file())) == NULL)
{
- OPENSSL_PUT_ERROR(X509, X509_CRL_print_fp, ERR_R_BUF_LIB);
+ OPENSSL_PUT_ERROR(X509, ERR_R_BUF_LIB);
return(0);
}
BIO_set_fp(b,fp,BIO_NOCLOSE);