summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/readpass.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2000-04-14 10:30:29 +0000
committermarkus <markus@openbsd.org>2000-04-14 10:30:29 +0000
commit722a5a05381086e4e3432c0a87be4e2017d9a746 (patch)
tree0fb193353d72a5da7a45139a7c228eef4e8ed930 /usr.bin/ssh/readpass.c
parentssh -2 (diff)
downloadwireguard-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.c4
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;