提交 6eb83758 编写于 作者: R Richard Levitte

Fix typo, missing ||

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2707)
上级 57f48f93
......@@ -24,7 +24,7 @@
#define LPDIR_H
#if defined OPENSSL_SYS_UNIX || defined DJGPP \
(defined __VMS_VER && __VMS_VER >= 70000000)
|| (defined __VMS_VER && __VMS_VER >= 70000000)
# include "LPdir_unix.c"
#elif defined OPENSSL_SYS_VMS
# include "LPdir_vms.c"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册