remove references to vms_idhacks.h, since VMS doesn't seem to need it.
[RT #1432]
This commit is contained in:
@@ -68,10 +68,6 @@ extern "C" {
|
||||
#include <openssl/stack.h>
|
||||
#include <openssl/safestack.h>
|
||||
|
||||
#ifdef VMS
|
||||
#include <openssl/vms_idhacks.h>
|
||||
#endif
|
||||
|
||||
#define V_ASN1_UNIVERSAL 0x00
|
||||
#define V_ASN1_APPLICATION 0x40
|
||||
#define V_ASN1_CONTEXT_SPECIFIC 0x80
|
||||
|
||||
@@ -77,11 +77,6 @@ extern "C" {
|
||||
#include <openssl/ebcdic.h>
|
||||
#endif
|
||||
|
||||
#if defined(VMS) || defined(__VMS)
|
||||
#include "vms_idhacks.h"
|
||||
#endif
|
||||
|
||||
|
||||
/* Backward compatibility to SSLeay */
|
||||
/* This is more to be used to check the correct DLL is being used
|
||||
* in the MS world. */
|
||||
|
||||
@@ -66,10 +66,6 @@ extern "C" {
|
||||
#include <openssl/bio.h>
|
||||
#include <openssl/x509.h>
|
||||
|
||||
#ifdef VMS
|
||||
#include <openssl/vms_idhacks.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
/* Under Win32 thes are defined in wincrypt.h */
|
||||
#undef PKCS7_ISSUER_AND_SERIAL
|
||||
|
||||
Reference in New Issue
Block a user