From 9414b9d65cdc953c2436ba0a607b149e4b4cde1a Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 5 Mar 2004 16:26:32 +0000 Subject: Really pick up upstream fix for OpenSSH bug #808, a segfault. The previous auth-pam.c change was in fact a different bug. --- monitor_wrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monitor_wrap.h') 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); #endif #ifdef USE_PAM -void mm_start_pam(char *); +void mm_start_pam(struct Authctxt *); u_int mm_do_pam_account(void); void *mm_sshpam_init_ctx(struct Authctxt *); int mm_sshpam_query(void *, char **, char **, u_int *, char ***, u_int **); -- cgit v1.2.3