diff options
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r-- | monitor_wrap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c index 00f6c610e..eb4453fc4 100644 --- a/monitor_wrap.c +++ b/monitor_wrap.c | |||
@@ -25,7 +25,7 @@ | |||
25 | */ | 25 | */ |
26 | 26 | ||
27 | #include "includes.h" | 27 | #include "includes.h" |
28 | RCSID("$OpenBSD: monitor_wrap.c,v 1.13 2002/06/28 01:50:37 deraadt Exp $"); | 28 | RCSID("$OpenBSD: monitor_wrap.c,v 1.14 2002/06/30 21:59:45 deraadt Exp $"); |
29 | 29 | ||
30 | #include <openssl/bn.h> | 30 | #include <openssl/bn.h> |
31 | #include <openssl/dh.h> | 31 | #include <openssl/dh.h> |
@@ -207,7 +207,7 @@ mm_getpwnamallow(const char *login) | |||
207 | return (pw); | 207 | return (pw); |
208 | } | 208 | } |
209 | 209 | ||
210 | char* mm_auth2_read_banner(void) | 210 | char *mm_auth2_read_banner(void) |
211 | { | 211 | { |
212 | Buffer m; | 212 | Buffer m; |
213 | char *banner; | 213 | char *banner; |
@@ -705,7 +705,7 @@ mm_chall_setup(char **name, char **infotxt, u_int *numprompts, | |||
705 | *name = xstrdup(""); | 705 | *name = xstrdup(""); |
706 | *infotxt = xstrdup(""); | 706 | *infotxt = xstrdup(""); |
707 | *numprompts = 1; | 707 | *numprompts = 1; |
708 | *prompts = xmalloc(*numprompts * sizeof(char*)); | 708 | *prompts = xmalloc(*numprompts * sizeof(char *)); |
709 | *echo_on = xmalloc(*numprompts * sizeof(u_int)); | 709 | *echo_on = xmalloc(*numprompts * sizeof(u_int)); |
710 | (*echo_on)[0] = 0; | 710 | (*echo_on)[0] = 0; |
711 | } | 711 | } |