diff options
Diffstat (limited to 'crypto/des/read_pwd.c')
-rw-r--r-- | crypto/des/read_pwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/read_pwd.c b/crypto/des/read_pwd.c index 16ba0a9eb2a1f..514a7063b4bf3 100644 --- a/crypto/des/read_pwd.c +++ b/crypto/des/read_pwd.c @@ -172,7 +172,7 @@ # include <sys/ioctl.h> #endif -#if defined(OPENSSL_SYS_MSDOS) && !defined(__CYGWIN32__) && !defined(OPENSSL_SYS_WINCE) +#if defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_WINCE) # include <conio.h> # define fgets(a,b,c) noecho_fgets(a,b,c) #endif |