git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19798 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-10 15:24:51 +00:00
parent 7e21610a7c
commit 5a65ccd573
2 changed files with 5 additions and 2 deletions

View File

@@ -94,7 +94,8 @@ _kdc_pac_verify(krb5_context context,
krb5_set_error_string(context, "Can't verify WINDC, no function");
return EINVAL;
}
return (windcft->pac_verify)(windcctx, context, client_principal, client, server, pac);
return (windcft->pac_verify)(windcctx, context,
client_principal, client, server, pac);
}
krb5_error_code

View File

@@ -58,7 +58,9 @@ typedef krb5_error_code
typedef krb5_error_code
(*krb5plugin_windc_pac_verify)(void *, krb5_context,
const krb5_principal,
struct hdb_entry_ex *, struct hdb_entry_ex *, krb5_pac *);
struct hdb_entry_ex *,
struct hdb_entry_ex *,
krb5_pac *);
typedef krb5_error_code
(*krb5plugin_windc_client_access)(