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. --- auth-pam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth-pam.h') diff --git a/auth-pam.h b/auth-pam.h index 4bc8d6955..f3aad063b 100644 --- a/auth-pam.h +++ b/auth-pam.h @@ -31,7 +31,7 @@ # define SSHD_PAM_SERVICE __progname #endif -void start_pam(const char *); +void start_pam(Authctxt *); void finish_pam(void); u_int do_pam_account(void); void do_pam_session(void); -- cgit v1.2.3