From e527ba09a66837cad0d8973409e660474db63f89 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 22 Feb 1999 01:26:40 +0000 Subject: Various changes to make this stuff compile under Win32 and VC++ with and without -debug option to mk1mf.pl. Change _export to is_export (_export is a reserved word under VC++). Add yucky function prototype function pointer casts. Sanitise the included files in crypto/x509v3. Also changed ssleay.exe target to openssl.exe --- crypto/x509v3/v3conf.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'crypto/x509v3/v3conf.c') diff --git a/crypto/x509v3/v3conf.c b/crypto/x509v3/v3conf.c index e0b097b335..64a5561b53 100644 --- a/crypto/x509v3/v3conf.c +++ b/crypto/x509v3/v3conf.c @@ -55,11 +55,14 @@ * Hudson (tjh@cryptsoft.com). * */ + + #include -#include -#include -#include -#include +#include "cryptlib.h" +#include "asn1.h" +#include "asn1_mac.h" +#include "conf.h" +#include "x509.h" #include "x509v3.h" /* Test application to add extensions from a config file */ -- cgit v1.2.3