diff options
author | Rich Salz <rsalz@akamai.com> | 2014-08-09 14:02:20 +0200 |
---|---|---|
committer | Rich Salz <rsalz@akamai.com> | 2014-08-09 14:02:20 +0200 |
commit | f642ebc1e2dca34bc2b3c46796c131e1f5077bee (patch) | |
tree | a8f54bb26068ebd4bf5a1ef4684ab98758cebc4f /crypto/des/read_pwd.c | |
parent | RT 1988: Add "const" to SSL_use_RSAPrivateKey_ASN1 (diff) | |
download | openssl-f642ebc1e2dca34bc2b3c46796c131e1f5077bee.tar.xz openssl-f642ebc1e2dca34bc2b3c46796c131e1f5077bee.zip |
Undo a90081576c94f9f54de1755188a00ccc1760549a
Undo unapproved commit that removed DJGPP and WATT32
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 9042afe173..ce5fa00a37 100644 --- a/crypto/des/read_pwd.c +++ b/crypto/des/read_pwd.c @@ -266,7 +266,7 @@ int des_read_pw(char *buf, char *buff, int size, const char *prompt, long status; unsigned short channel = 0; #else -#if !defined(OPENSSL_SYS_MSDOS) +#if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__) TTY_STRUCT tty_orig,tty_new; #endif #endif |