From 124055a96e8533735b32e6af0fa7913c100ffad2 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 31 Aug 2015 12:58:07 +0100 Subject: make X509_REQ opaque Reviewed-by: Rich Salz --- crypto/x509v3/v3_utl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/x509v3/v3_utl.c') diff --git a/crypto/x509v3/v3_utl.c b/crypto/x509v3/v3_utl.c index cd8aff291f..15029f9ba5 100644 --- a/crypto/x509v3/v3_utl.c +++ b/crypto/x509v3/v3_utl.c @@ -63,6 +63,7 @@ #include "internal/cryptlib.h" #include #include +#include "internal/x509_int.h" #include static char *strip_spaces(char *name); -- cgit v1.2.3