Fix typo, missing ||

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2707)
This commit is contained in:
Richard Levitte 2017-02-22 19:50:33 +01:00
parent 57f48f939e
commit 6eb8375837

View File

@ -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"