From a1b15ac21fc605aa80305807b701925667665e75 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 8 Sep 2000 06:28:09 +0000 Subject: [PATCH] Two places where I forgot to change vms_idhacks to symhacks. --- crypto/asn1/asn1.h | 4 +--- crypto/pkcs7/pkcs7.h | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h index 6dfd4fa76e..3346377527 100644 --- a/crypto/asn1/asn1.h +++ b/crypto/asn1/asn1.h @@ -67,9 +67,7 @@ #include #include -#ifdef VMS -#include -#endif +#include #ifdef __cplusplus extern "C" { diff --git a/crypto/pkcs7/pkcs7.h b/crypto/pkcs7/pkcs7.h index 556e84cf21..1b817e605d 100644 --- a/crypto/pkcs7/pkcs7.h +++ b/crypto/pkcs7/pkcs7.h @@ -62,9 +62,7 @@ #include #include -#ifdef VMS -#include -#endif +#include #ifdef __cplusplus extern "C" { -- 2.25.1