diff options
Diffstat (limited to 'readpass.c')
-rw-r--r-- | readpass.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readpass.c b/readpass.c index b93eaba43..c1b9a7064 100644 --- a/readpass.c +++ b/readpass.c | |||
@@ -32,7 +32,7 @@ | |||
32 | */ | 32 | */ |
33 | 33 | ||
34 | #include "includes.h" | 34 | #include "includes.h" |
35 | RCSID("$OpenBSD: readpass.c,v 1.15 2001/04/18 21:57:41 markus Exp $"); | 35 | RCSID("$OpenBSD: readpass.c,v 1.16 2001/05/02 01:25:39 mouring Exp $"); |
36 | 36 | ||
37 | #include "xmalloc.h" | 37 | #include "xmalloc.h" |
38 | #include "cli.h" | 38 | #include "cli.h" |
@@ -43,7 +43,7 @@ RCSID("$OpenBSD: readpass.c,v 1.15 2001/04/18 21:57:41 markus Exp $"); | |||
43 | #include "ssh.h" | 43 | #include "ssh.h" |
44 | 44 | ||
45 | char * | 45 | char * |
46 | ssh_askpass(char *askpass, char *msg) | 46 | ssh_askpass(char *askpass, const char *msg) |
47 | { | 47 | { |
48 | pid_t pid; | 48 | pid_t pid; |
49 | size_t len; | 49 | size_t len; |