From: Tom Yu Date: Mon, 7 Dec 1998 00:46:32 +0000 (+0000) Subject: * krb54proto.h: Fix decomp_tkt_krb5 to use KRB4_32, instead of a X-Git-Tag: krb5-1.1-beta1~432 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4223340a38a70b486b07f074c0963c5e8ac1f44a;p=krb5.git * krb54proto.h: Fix decomp_tkt_krb5 to use KRB4_32, instead of a nonexistent type. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11089 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index e5ddecaca..3fca73c48 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,8 @@ +Sun Dec 6 19:45:54 1998 Tom Yu + + * krb54proto.h: Fix decomp_tkt_krb5 to use KRB4_32, instead of a + nonexistent type. + Sat Dec 5 01:08:57 1998 Theodore Y. Ts'o * krb5.hin: Add KRB5_DLLIMP and KRB5_CALLCONV to the prototypes of diff --git a/src/include/krb54proto.h b/src/include/krb54proto.h index 8ba96faa6..7ecbba88c 100644 --- a/src/include/krb54proto.h +++ b/src/include/krb54proto.h @@ -8,8 +8,8 @@ extern krb5_error_code krb54_get_service_keyblock krb5_keyblock FAR * keyblock)); extern int decomp_tkt_krb5 PROTOTYPE((KTEXT tkt, unsigned char *flags, char *pname, - char *pinstance, char *prealm, KRB5_K4_U32 *paddress, - des_cblock session, int *life, KRB5_K4_U32 *time_sec, + char *pinstance, char *prealm, unsigned KRB4_32 *paddress, + des_cblock session, int *life, unsigned KRB4_32 *time_sec, char *sname, char *sinstance, krb5_keyblock *k5key)); extern int krb_set_key_krb5 PROTOTYPE ((krb5_context ctx, krb5_keyblock *key));