aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-09-09 04:45:18 +0000
committerUlf Möller <ulf@openssl.org>2000-09-09 04:45:18 +0000
commit4f7068c165b84f8f788a5fdbd2a1ef4253e44e9c (patch)
tree66e9bb9e2ffb70460d5464e6e34734f1b226d401 /crypto/des
parentb144a5e907b5807248496ac6714a2c1a0b58e11c (diff)
downloadopenssl-4f7068c165b84f8f788a5fdbd2a1ef4253e44e9c.tar.gz
Fix some CygWin problems.
Diffstat (limited to 'crypto/des')
-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 789493f0c9..9555abe3a5 100644
--- a/crypto/des/read_pwd.c
+++ b/crypto/des/read_pwd.c
@@ -161,7 +161,7 @@
#include <sys/ioctl.h>
#endif
-#ifdef MSDOS
+#if defined(MSDOS) && !defined(__CYGWIN32__)
#include <conio.h>
#define fgets(a,b,c) noecho_fgets(a,b,c)
#endif