summaryrefslogtreecommitdiffstats
path: root/crypto/x509
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/x509
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/x509')
-rw-r--r--crypto/x509/x509.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h
index b95a2eec0b..ae0ebd89d7 100644
--- a/crypto/x509/x509.h
+++ b/crypto/x509/x509.h
@@ -59,11 +59,7 @@
#ifndef HEADER_X509_H
#define HEADER_X509_H
-#ifdef VMS
-#undef X509_REVOKED_get_ext_by_critical
-#define X509_REVOKED_get_ext_by_critical X509_REVOKED_get_ext_by_critic
-#endif
-
+#include <openssl/symhacks.h>
#ifndef NO_BUFFER
#include <openssl/buffer.h>
#endif