mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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
@ -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 New Issue
Block a user