Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-08 00:40:17 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-08 00:40:17 +0300
commit8b6ee018c2ef97342964f57ce26f55a497064406 (patch)
treea69b2bbd5e3c6d4de15d1b2a45f2eb89ef03cca3 /apps
parentddab3c932763ba32604d4bdf99b76c3020435b1e (diff)
Windows doesn't know sys/file.h
Diffstat (limited to 'apps')
-rw-r--r--apps/ca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ca.c b/apps/ca.c
index 7836074bd3..5f23ecfcbb 100644
--- 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