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:
ddab3c9
)
Windows doesn't know sys/file.h
author
Richard Levitte
<levitte@openssl.org>
Thu, 7 Nov 2002 21:40:17 +0000
(21:40 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 7 Nov 2002 21:40:17 +0000
(21:40 +0000)
apps/ca.c
patch
|
blob
|
history
diff --git
a/apps/ca.c
b/apps/ca.c
index 7836074bd389494196f46d10a165d251dcaf4949..5f23ecfcbbc45b9c1fde795dae644f66edb1a773 100644
(file)
--- a/
apps/ca.c
+++ b/
apps/ca.c
@@
-93,7
+93,7
@@
# else
# include <unixlib.h>
# endif
-# elif !defined(OPENSSL_SYS_VXWORKS)
+# elif !defined(OPENSSL_SYS_VXWORKS)
&& !defined(OPENSSL_SYS_WINDOWS)
# include <sys/file.h>
# endif
#endif