summaryrefslogtreecommitdiff
path: root/crypto/pkcs7/pkcs7.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-08 06:28:09 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-08 06:28:09 +0000
commita1b15ac21fc605aa80305807b701925667665e75 (patch)
tree780ef0e7541fb99d9f506b0f59c987541d3d9844 /crypto/pkcs7/pkcs7.h
parent709e85953d43d4407a987554cd07da6b05092ced (diff)
downloadopenssl-new-a1b15ac21fc605aa80305807b701925667665e75.tar.gz
Two places where I forgot to change vms_idhacks to symhacks.
Diffstat (limited to 'crypto/pkcs7/pkcs7.h')
-rw-r--r--crypto/pkcs7/pkcs7.h4
1 files changed, 1 insertions, 3 deletions
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" {