aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3conf.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-02-22 01:26:40 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-02-22 01:26:40 +0000
commite527ba09a66837cad0d8973409e660474db63f89 (patch)
tree9cafa6c8c7d85d4e5cb1957b995ffa815745915d /crypto/x509v3/v3conf.c
parent60e31c3a4bbdbdb4259eaa3c48639f3e3915f380 (diff)
downloadopenssl-e527ba09a66837cad0d8973409e660474db63f89.zip
openssl-e527ba09a66837cad0d8973409e660474db63f89.tar.gz
openssl-e527ba09a66837cad0d8973409e660474db63f89.tar.bz2
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
Diffstat (limited to 'crypto/x509v3/v3conf.c')
-rw-r--r--crypto/x509v3/v3conf.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/crypto/x509v3/v3conf.c b/crypto/x509v3/v3conf.c
index e0b097b..64a5561 100644
--- a/crypto/x509v3/v3conf.c
+++ b/crypto/x509v3/v3conf.c
@@ -55,11 +55,14 @@
* Hudson (tjh@cryptsoft.com).
*
*/
+
+
#include <stdio.h>
-#include <pem.h>
-#include <objects.h>
-#include <conf.h>
-#include <err.h>
+#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 */