diff options
author | Richard Levitte <levitte@openssl.org> | 2000-09-08 08:28:09 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-09-08 08:28:09 +0200 |
commit | a1b15ac21fc605aa80305807b701925667665e75 (patch) | |
tree | 780ef0e7541fb99d9f506b0f59c987541d3d9844 | |
parent | Update verify docs. (diff) | |
download | openssl-a1b15ac21fc605aa80305807b701925667665e75.tar.xz openssl-a1b15ac21fc605aa80305807b701925667665e75.zip |
Two places where I forgot to change vms_idhacks to symhacks.
-rw-r--r-- | crypto/asn1/asn1.h | 4 | ||||
-rw-r--r-- | 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 <openssl/stack.h> #include <openssl/safestack.h> -#ifdef VMS -#include <openssl/vms_idhacks.h> -#endif +#include <openssl/symhacks.h> #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 <openssl/bio.h> #include <openssl/x509.h> -#ifdef VMS -#include <openssl/vms_idhacks.h> -#endif +#include <openssl/symhacks.h> #ifdef __cplusplus extern "C" { |