summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/read_pwd.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/des/read_pwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/des/read_pwd.c b/src/lib/libcrypto/des/read_pwd.c
index 00000190f8..9061935f21 100644
--- a/src/lib/libcrypto/des/read_pwd.c
+++ b/src/lib/libcrypto/des/read_pwd.c
@@ -246,7 +246,7 @@ int des_read_pw(char *buf, char *buff, int size, const char *prompt,
246 long status; 246 long status;
247 unsigned short channel = 0; 247 unsigned short channel = 0;
248#else 248#else
249#ifndef OPENSSL_SYS_MSDOS 249#if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__)
250 TTY_STRUCT tty_orig,tty_new; 250 TTY_STRUCT tty_orig,tty_new;
251#endif 251#endif
252#endif 252#endif