summaryrefslogtreecommitdiff
path: root/security/pam_krb5/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'security/pam_krb5/files/patch-ah')
-rw-r--r--security/pam_krb5/files/patch-ah18
1 files changed, 5 insertions, 13 deletions
diff --git a/security/pam_krb5/files/patch-ah b/security/pam_krb5/files/patch-ah
index 933c37ed4ec6..cd7fcaef3b27 100644
--- a/security/pam_krb5/files/patch-ah
+++ b/security/pam_krb5/files/patch-ah
@@ -1,6 +1,6 @@
---- compat_heimdal.c.orig Wed Jan 24 12:40:26 2001
-+++ compat_heimdal.c Wed Jan 24 12:50:52 2001
-@@ -0,0 +1,133 @@
+--- compat_heimdal.c.orig Mon Jun 11 13:29:54 2001
++++ compat_heimdal.c Mon Jun 11 13:32:00 2001
+@@ -0,0 +1,125 @@
+#include <errno.h>
+#include <stdio.h>
+#include <stdlib.h>
@@ -23,17 +23,9 @@
+ krb5_xfree(data->data);
+}
+
-+krb5_error_code
-+compat_cc_next_cred(krb5_context context, const krb5_ccache id,
-+ krb5_cc_cursor *cursor, krb5_creds *creds)
-+{
-+ return krb5_cc_next_cred(context, id, creds, cursor);
-+}
-+
-+
+static krb5_error_code
-+heimdal_pam_prompter(krb5_context context, void *data, const char *banner, int
-+ num_prompts, krb5_prompt prompts[])
++heimdal_pam_prompter(krb5_context context, void *data, const char *name,
++ const char *banner, int num_prompts, krb5_prompt prompts[])
+{
+ int pam_prompts = num_prompts;
+ int pamret, i;