From: Richard Levitte Date: Fri, 8 Sep 2000 06:28:09 +0000 (+0000) Subject: Two places where I forgot to change vms_idhacks to symhacks. X-Git-Tag: OpenSSL-engine-0_9_6-beta1~8^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a1b15ac21fc605aa80305807b701925667665e75;p=oweals%2Fopenssl.git Two places where I forgot to change vms_idhacks to symhacks. --- 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" {