Two places where I forgot to change vms_idhacks to symhacks.
authorRichard Levitte <levitte@openssl.org>
Fri, 8 Sep 2000 06:28:09 +0000 (06:28 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 8 Sep 2000 06:28:09 +0000 (06:28 +0000)
crypto/asn1/asn1.h
crypto/pkcs7/pkcs7.h

index 6dfd4fa76e71515f1b7eb7c48187ff4255677927..334637752707c3ec175ca8d615107fc5dc79257a 100644 (file)
@@ -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" {
index 556e84cf211c43cbe1a61291c628421144e59ce4..1b817e605d191fc697d0035f9bb609473bf3d2fd 100644 (file)
@@ -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" {