From e3e571925c40f4d9e0adfc7704e5df2057a13a19 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 31 Aug 2015 21:30:13 +0100 Subject: make X509_CRL opaque Reviewed-by: Tim Hudson --- crypto/x509v3/v3_conf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/x509v3/v3_conf.c') diff --git a/crypto/x509v3/v3_conf.c b/crypto/x509v3/v3_conf.c index 38f198ee8a..f1f8bb42d0 100644 --- a/crypto/x509v3/v3_conf.c +++ b/crypto/x509v3/v3_conf.c @@ -63,6 +63,7 @@ #include "internal/cryptlib.h" #include #include +#include "internal/x509_int.h" #include static int v3_check_critical(char **value); -- cgit v1.2.3