diff options
Diffstat (limited to 'security/pam_krb5/files/patch-ai')
-rw-r--r-- | security/pam_krb5/files/patch-ai | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/security/pam_krb5/files/patch-ai b/security/pam_krb5/files/patch-ai index 879febd2c8f3..fab81814e912 100644 --- a/security/pam_krb5/files/patch-ai +++ b/security/pam_krb5/files/patch-ai @@ -1,6 +1,6 @@ ---- compat_mit.c.orig Mon Nov 6 13:48:30 2000 -+++ compat_mit.c Mon Nov 6 13:52:48 2000 -@@ -0,0 +1,147 @@ +--- compat_mit.c.orig Mon Jun 11 13:20:39 2001 ++++ compat_mit.c Mon Jun 11 13:22:18 2001 +@@ -0,0 +1,140 @@ +#include <errno.h> +#include <stdio.h> +#include <stdlib.h> @@ -23,13 +23,6 @@ + krb5_free_data_contents(context, 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, cursor, creds); -+} -+ +static krb5_error_code +mit_pam_prompter(krb5_context context, void *data, const char *name, + const char *banner, int num_prompts, krb5_prompt prompts[]) |