diff options
author | djm <djm> | 2002-04-23 10:28:48 +0000 |
---|---|---|
committer | djm <djm> | 2002-04-23 10:28:48 +0000 |
commit | f5e916da41041597b15816e44da245686dabfbd1 (patch) | |
tree | 46ac9c01d62d34b041b404ce4e53f8cd193cbdba /monitor_wrap.h | |
parent | 7a77c37f5d51c1c3315a2ad44ab963d0f97c222a (diff) | |
download | openssh-f5e916da41041597b15816e44da245686dabfbd1.tar.gz |
- (djm) Make privsep work with PAM (still experimental)
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r-- | monitor_wrap.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 *); |