Fix typo, missing ||
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2707)
This commit is contained in:
parent
57f48f939e
commit
6eb8375837
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue