From: Tom Yu Date: Mon, 13 Mar 2000 20:26:04 +0000 (+0000) Subject: * k5-int.h: Update prototype to sync with changes in preauth2.c X-Git-Tag: krb5-1.2-beta1~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6ea74c62a10d661552bd2e4e0e5a41a744315901;p=krb5.git * k5-int.h: Update prototype to sync with changes in preauth2.c git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12105 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index e4e7b32fc..6ef98ebcc 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +2000-03-13 Tom Yu + + * k5-int.h: Update prototype to sync with changes in preauth2.c. + 2000-02-06 Ken Raeburn Patches from Frank Cusack for hw preauth. diff --git a/src/include/k5-int.h b/src/include/k5-int.h index b573544a8..26a9c73d6 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -973,7 +973,8 @@ KRB5_PROTOTYPE((krb5_context context, krb5_error_code krb5_do_preauth KRB5_PROTOTYPE((krb5_context, krb5_kdc_req *, krb5_pa_data **, krb5_pa_data ***, - krb5_data *, krb5_keyblock *, + krb5_data *, krb5_enctype *, + krb5_keyblock *, krb5_prompter_fct, void *, krb5_gic_get_as_key_fct, void *));