diff options
Diffstat (limited to 'security/openssh-portable/files/patch-monitor_wrap.h')
-rw-r--r-- | security/openssh-portable/files/patch-monitor_wrap.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/openssh-portable/files/patch-monitor_wrap.h b/security/openssh-portable/files/patch-monitor_wrap.h deleted file mode 100644 index e4495c7ba12e..000000000000 --- a/security/openssh-portable/files/patch-monitor_wrap.h +++ /dev/null @@ -1,13 +0,0 @@ ---- monitor_wrap.h.orig Mon May 13 03:07:42 2002 -+++ monitor_wrap.h Sun Jun 30 07:13:18 2002 -@@ -57,6 +58,10 @@ - - #ifdef USE_PAM - void mm_start_pam(char *); -+void *mm_pam_init_ctx(struct Authctxt *); -+int mm_pam_query(void *, char **, char **, u_int *, char ***, u_int **); -+int mm_pam_respond(void *, u_int, char **); -+void mm_pam_free_ctx(void *); - #endif - - void mm_terminate(void); |