aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-14 20:17:23 +0000
committerBodo Möller <bodo@openssl.org>1999-04-14 20:17:23 +0000
commitf0f1b4e400ddbd8155a074ea74e7edbb32cb2d17 (patch)
tree9e2b9f4f49926df50b9c07714e7aa6bbba565caa /crypto
parent8f7de4f04cb16528386cb126d28ea3dc0a0c6a10 (diff)
downloadopenssl-f0f1b4e400ddbd8155a074ea74e7edbb32cb2d17.tar.gz
Some tiny fixes.
Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/des/read_pwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/read_pwd.c b/crypto/des/read_pwd.c
index 45f66b5da1..ac6a548fc3 100644
--- a/crypto/des/read_pwd.c
+++ b/crypto/des/read_pwd.c
@@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
-#if !defined(MSDOS) && !defined(VMS)
+#if !defined(MSDOS) && !defined(VMS) && !defined(WIN32)
#include <unistd.h>
/* If unistd.h defines _POSIX_VERSION, we conclude that we
* are on a POSIX system and have sigaction and termios. */