prefix pkinit symbols with _kdc
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15544 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -106,25 +106,25 @@ _kdc_do_524(krb5_context context,
|
||||
|
||||
#ifdef PKINIT
|
||||
typedef struct pk_client_params pk_client_params;
|
||||
krb5_error_code _pk_initialize(krb5_context,
|
||||
krb5_kdc_configuration *,
|
||||
const char *,
|
||||
const char *);
|
||||
krb5_error_code _pk_rd_padata(krb5_context, krb5_kdc_configuration *,
|
||||
krb5_error_code _kdc_pk_initialize(krb5_context,
|
||||
krb5_kdc_configuration *,
|
||||
const char *,
|
||||
const char *);
|
||||
krb5_error_code _kdc_pk_rd_padata(krb5_context, krb5_kdc_configuration *,
|
||||
KDC_REQ *, PA_DATA *, pk_client_params **);
|
||||
krb5_error_code _pk_mk_pa_reply(krb5_context,
|
||||
krb5_kdc_configuration *,
|
||||
pk_client_params *,
|
||||
const hdb_entry *,
|
||||
const KDC_REQ *,
|
||||
krb5_keyblock **,
|
||||
METHOD_DATA *);
|
||||
krb5_error_code _pk_check_client(krb5_context,
|
||||
krb5_kdc_configuration *,
|
||||
krb5_principal,
|
||||
const hdb_entry *,
|
||||
pk_client_params *, char **);
|
||||
void _pk_free_client_param(krb5_context, pk_client_params *);
|
||||
krb5_error_code _kdc_pk_mk_pa_reply(krb5_context,
|
||||
krb5_kdc_configuration *,
|
||||
pk_client_params *,
|
||||
const hdb_entry *,
|
||||
const KDC_REQ *,
|
||||
krb5_keyblock **,
|
||||
METHOD_DATA *);
|
||||
krb5_error_code _kdc_pk_check_client(krb5_context,
|
||||
krb5_kdc_configuration *,
|
||||
krb5_principal,
|
||||
const hdb_entry *,
|
||||
pk_client_params *, char **);
|
||||
void _kdc_pk_free_client_param(krb5_context, pk_client_params *);
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user