summaryrefslogtreecommitdiff
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 1957e317..fcb36acd 100644
--- a/src/crypto/x509/t_crl.c
+++ b/src/crypto/x509/t_crl.c
@@ -61,7 +61,7 @@
#include <openssl/mem.h>
#include <openssl/obj.h>
#include <openssl/x509.h>
-#include <openssl/x509v3.h>
+
int X509_CRL_print_fp(FILE *fp, X509_CRL *x) {
BIO *b = BIO_new_fp(fp, BIO_NOCLOSE);