diff options
author | Colin Watson <cjwatson@debian.org> | 2004-03-05 16:26:32 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-03-05 16:26:32 +0000 |
commit | 9414b9d65cdc953c2436ba0a607b149e4b4cde1a (patch) | |
tree | b17f98ded50ec565754e1a1dd6a16d7ee5739afe /monitor_wrap.h | |
parent | f8e0d0cb8e77672526baf211bda0b4baae557d33 (diff) |
Really pick up upstream fix for OpenSSH bug #808, a segfault. The previous
auth-pam.c change was in fact a different bug.
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r-- | monitor_wrap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h index 55be10b19..2170b1324 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h | |||
@@ -66,7 +66,7 @@ OM_uint32 mm_ssh_gssapi_checkmic(Gssctxt *, gss_buffer_t, gss_buffer_t); | |||
66 | #endif | 66 | #endif |
67 | 67 | ||
68 | #ifdef USE_PAM | 68 | #ifdef USE_PAM |
69 | void mm_start_pam(char *); | 69 | void mm_start_pam(struct Authctxt *); |
70 | u_int mm_do_pam_account(void); | 70 | u_int mm_do_pam_account(void); |
71 | void *mm_sshpam_init_ctx(struct Authctxt *); | 71 | void *mm_sshpam_init_ctx(struct Authctxt *); |
72 | int mm_sshpam_query(void *, char **, char **, u_int *, char ***, u_int **); | 72 | int mm_sshpam_query(void *, char **, char **, u_int *, char ***, u_int **); |