summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/e_os2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/e_os2.h')
-rw-r--r--crypto/openssl/e_os2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/e_os2.h b/crypto/openssl/e_os2.h
index 5a25ac7..3d1dec1 100644
--- a/crypto/openssl/e_os2.h
+++ b/crypto/openssl/e_os2.h
@@ -23,7 +23,7 @@ extern "C" {
declared explicitely with globaldef and globalref. On other OS:es,
these macros are defined with something sensible. */
-#if defined(VMS) && !defined(__DECC)
+#if defined(VMS) && !defined(__DECC) && !defined(__DECCXX)
# define OPENSSL_EXTERN globalref
# define OPENSSL_GLOBAL globaldef
#else
OpenPOWER on IntegriCloud