summaryrefslogtreecommitdiff
path: root/security/hpn-ssh/files/patch-monitor_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/hpn-ssh/files/patch-monitor_wrap.h')
-rw-r--r--security/hpn-ssh/files/patch-monitor_wrap.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/hpn-ssh/files/patch-monitor_wrap.h b/security/hpn-ssh/files/patch-monitor_wrap.h
deleted file mode 100644
index e4495c7ba12e..000000000000
--- a/security/hpn-ssh/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);