summaryrefslogtreecommitdiffstats
path: root/thirdparty/openssl/crypto/o_dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/openssl/crypto/o_dir.c')
-rw-r--r--thirdparty/openssl/crypto/o_dir.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/thirdparty/openssl/crypto/o_dir.c b/thirdparty/openssl/crypto/o_dir.c
index f9dbed8711..fb3b2fd8e4 100644
--- a/thirdparty/openssl/crypto/o_dir.c
+++ b/thirdparty/openssl/crypto/o_dir.c
@@ -73,7 +73,8 @@
#include "o_dir.h"
#define LPDIR_H
-#if defined OPENSSL_SYS_UNIX || defined DJGPP
+#if defined OPENSSL_SYS_UNIX || defined DJGPP \
+ || (defined __VMS_VER && __VMS_VER >= 70000000)
# include "LPdir_unix.c"
#elif defined OPENSSL_SYS_VMS
# include "LPdir_vms.c"