diff options
author | Dr. Stephen Henson <steve@openssl.org> | 1999-02-22 02:26:40 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 1999-02-22 02:26:40 +0100 |
commit | e527ba09a66837cad0d8973409e660474db63f89 (patch) | |
tree | 9cafa6c8c7d85d4e5cb1957b995ffa815745915d /crypto/x509v3/v3_int.c | |
parent | More stuff for new TLS ciphersuites. (diff) | |
download | openssl-e527ba09a66837cad0d8973409e660474db63f89.tar.xz openssl-e527ba09a66837cad0d8973409e660474db63f89.zip |
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/v3_int.c')
-rw-r--r-- | crypto/x509v3/v3_int.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/x509v3/v3_int.c b/crypto/x509v3/v3_int.c index 6c966b3265..199ba104c8 100644 --- a/crypto/x509v3/v3_int.c +++ b/crypto/x509v3/v3_int.c @@ -57,9 +57,7 @@ */ #include <stdio.h> -#include <stdlib.h> -#include <pem.h> -#include <err.h> +#include "cryptlib.h" #include "x509v3.h" static ASN1_INTEGER *asn1_integer_new(); |