summaryrefslogtreecommitdiff
path: root/readpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'readpass.c')
-rw-r--r--readpass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/readpass.c b/readpass.c
index edeb23864..e3402b480 100644
--- a/readpass.c
+++ b/readpass.c
@@ -32,7 +32,7 @@
32 */ 32 */
33 33
34#include "includes.h" 34#include "includes.h"
35RCSID("$Id: readpass.c,v 1.5 2000/01/22 08:47:21 damien Exp $"); 35RCSID("$Id: readpass.c,v 1.6 2000/04/16 01:18:44 damien Exp $");
36 36
37#include "xmalloc.h" 37#include "xmalloc.h"
38#include "ssh.h" 38#include "ssh.h"
@@ -58,7 +58,7 @@ read_passphrase(const char *prompt, int from_stdin)
58 sigset_t oset, nset; 58 sigset_t oset, nset;
59 struct sigaction sa, osa; 59 struct sigaction sa, osa;
60 int input, output, echo = 0; 60 int input, output, echo = 0;
61 61
62 if (from_stdin) { 62 if (from_stdin) {
63 input = STDIN_FILENO; 63 input = STDIN_FILENO;
64 output = STDERR_FILENO; 64 output = STDERR_FILENO;