diff options
author | 2000-04-14 10:30:29 +0000 | |
---|---|---|
committer | 2000-04-14 10:30:29 +0000 | |
commit | 722a5a05381086e4e3432c0a87be4e2017d9a746 (patch) | |
tree | 0fb193353d72a5da7a45139a7c228eef4e8ed930 /usr.bin/ssh/readpass.c | |
parent | ssh -2 (diff) | |
download | wireguard-openbsd-722a5a05381086e4e3432c0a87be4e2017d9a746.tar.xz wireguard-openbsd-722a5a05381086e4e3432c0a87be4e2017d9a746.zip |
whitespace cleanup
Diffstat (limited to 'usr.bin/ssh/readpass.c')
-rw-r--r-- | usr.bin/ssh/readpass.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/readpass.c b/usr.bin/ssh/readpass.c index deb37cab634..85d88f80461 100644 --- a/usr.bin/ssh/readpass.c +++ b/usr.bin/ssh/readpass.c @@ -32,7 +32,7 @@ */ #include "includes.h" -RCSID("$Id: readpass.c,v 1.9 2000/01/21 21:16:00 deraadt Exp $"); +RCSID("$Id: readpass.c,v 1.10 2000/04/14 10:30:32 markus Exp $"); #include "xmalloc.h" #include "ssh.h" @@ -58,7 +58,7 @@ read_passphrase(const char *prompt, int from_stdin) sigset_t oset, nset; struct sigaction sa, osa; int input, output, echo = 0; - + if (from_stdin) { input = STDIN_FILENO; output = STDERR_FILENO; |