_kdc_pk_initialize needs to be exported for kdc-replay

prompted by patch from Gabor Gombas <gombasg@sztaki.hu>
This commit is contained in:
Love Hornquist Astrand
2009-11-25 05:08:44 -08:00
parent 17bfa5d3e5
commit 55db6909fe
4 changed files with 17 additions and 16 deletions

View File

@@ -1945,12 +1945,12 @@ load_mappings(krb5_context context, const char *fn)
*/
krb5_error_code
_kdc_pk_initialize(krb5_context context,
krb5_kdc_configuration *config,
const char *user_id,
const char *anchors,
char **pool,
char **revoke_list)
krb5_kdc_pk_initialize(krb5_context context,
krb5_kdc_configuration *config,
const char *user_id,
const char *anchors,
char **pool,
char **revoke_list)
{
const char *file;
char *fn = NULL;