summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-07 08:18:05 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-07 08:18:05 +0000
commit9fc2570677f9f5c4468af9d6324b7bcd7d0e9c6a (patch)
tree72a904450481dd6eb38852b34fcba8d391076ea2 /crypto/pem/pem.h
parent79d2eb64bb6d9fba12026244c318cb6833736af9 (diff)
It's not just VMS that needs some symbols to be hacked. Let's
centralise those hacks in crypto/symhacks.h and use it everywhere it's needed.
Diffstat (limited to 'crypto/pem/pem.h')
-rw-r--r--crypto/pem/pem.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/pem/pem.h b/crypto/pem/pem.h
index 46aafa6815..6d3c446577 100644
--- a/crypto/pem/pem.h
+++ b/crypto/pem/pem.h
@@ -531,9 +531,7 @@ void PEM_dek_info(char *buf, const char *type, int len, char *str);
#ifndef SSLEAY_MACROS
-#ifdef VMS
-#include <openssl/vms_idhacks.h>
-#endif
+#include <openssl/symhacks.h>
DECLARE_PEM_rw(X509, X509)