diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ChangeLog | 5 | ||||
-rw-r--r-- | src/include/krb54proto.h | 4 |
2 files changed, 7 insertions, 2 deletions
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 <tlyu@mit.edu> + + * 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 <tytso@mit.edu> * 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)); |