summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/monitor_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/monitor_wrap.h')
-rw-r--r--crypto/openssh/monitor_wrap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/openssh/monitor_wrap.h b/crypto/openssh/monitor_wrap.h
index 739b054..ce72124 100644
--- a/crypto/openssh/monitor_wrap.h
+++ b/crypto/openssh/monitor_wrap.h
@@ -55,6 +55,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 *);
OpenPOWER on IntegriCloud