summaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorCorinna Vinschen <vinschen@redhat.com>2014-12-06 13:53:58 +0100
committerAndy Polyakov <appro@openssl.org>2015-01-22 13:06:47 +0100
commit3577e01438469a64bfd435cbad902f2e291ddb1f (patch)
tree57fe2c4057d1c3c0e75529d818860c0b801c4637 /crypto/des
parent2fc264917370321c5b359c9de2fcde9ce776087e (diff)
Drop redundant and outdated __CYGWIN32__ tests.
Change OPENSSL_SYSNAME_CYGWIN32 to OPENSSL_SYSNAME_CYGWIN. Drop outdated Cygwin targets. RT#3605 Signed-off-by: Corinna Vinschen <vinschen@redhat.com> Reviewed-by: Tim Hudson <tjh@openssl.org> (cherry picked from commit 732c5a6b928f10de4d6ca0394f49e9938a47a93b) Resolved conflicts: Configure TABLE
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 16ba0a9eb2..514a7063b4 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