Skip to content

Commit

Permalink
Fix typo, missing ||
Browse files Browse the repository at this point in the history
Reviewed-by: Rich Salz <[email protected]>
(Merged from openssl#2707)
  • Loading branch information
levitte committed Feb 22, 2017
1 parent 57f48f9 commit 6eb8375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/o_dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6eb8375

Please sign in to comment.