From 7941855f09b067b639d72757ee3b1d5be1925d50 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 23 Apr 2002 20:28:48 +1000 Subject: - (djm) Make privsep work with PAM (still experimental) --- monitor_wrap.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'monitor_wrap.h') diff --git a/monitor_wrap.h b/monitor_wrap.h index fe434d1e..975ba054 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h @@ -54,6 +54,10 @@ int mm_auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **); int mm_auth_rsa_verify_response(Key *, BIGNUM *, u_char *); BIGNUM *mm_auth_rsa_generate_challenge(Key *); +#ifdef USE_PAM +void mm_start_pam(char *); +#endif + void mm_terminate(void); int mm_pty_allocate(int *, int *, char *, int); void mm_session_pty_cleanup2(void *); -- cgit v1.2.1