projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8c469d
)
DJGPP has opendir() and friends, according to Gisle Vanem <giva@bgnett.no>.
author
Richard Levitte
<levitte@openssl.org>
Tue, 3 Aug 2004 19:15:21 +0000
(19:15 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 3 Aug 2004 19:15:21 +0000
(19:15 +0000)
crypto/o_dir.c
patch
|
blob
|
history
diff --git
a/crypto/o_dir.c
b/crypto/o_dir.c
index ded369f23cf7f34a49d0c74b111523d43929b2dd..42891ea45928501431d6019edb33053616b6395c 100644
(file)
--- a/
crypto/o_dir.c
+++ b/
crypto/o_dir.c
@@
-70,7
+70,7
@@
#include "o_dir.h"
#define LPDIR_H
-#if defined OPENSSL_SYS_UNIX
+#if defined OPENSSL_SYS_UNIX
|| defined DJGPP
#include "LPdir_unix.c"
#elif defined OPENSSL_SYS_VMS
#include "LPdir_vms.c"