pass client hdb_entry to pk_check_client

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13495 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-03-09 22:00:37 +00:00
parent 9197bbb0c8
commit b7907c6862
2 changed files with 2 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ krb5_error_code pk_rd_padata(krb5_context, KDC_REQ *,
krb5_error_code pk_mk_pa_reply(krb5_context, pk_client_params *,
krb5_keyblock **, METHOD_DATA *);
krb5_error_code pk_check_client(krb5_context, krb5_principal,
const hdb_entry *,
pk_client_params *, char **);
void pk_free_client_param(krb5_context, pk_client_params *);
#endif

View File

@@ -952,6 +952,7 @@ pk_mk_pa_reply(krb5_context context,
krb5_error_code
pk_check_client(krb5_context context,
krb5_principal client_princ,
const hdb_entry *client,
pk_client_params *client_params,
char **subject_name)
{