summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1998-12-07 00:46:32 +0000
committerTom Yu <tlyu@mit.edu>1998-12-07 00:46:32 +0000
commit4223340a38a70b486b07f074c0963c5e8ac1f44a (patch)
treedcfc2d4b5a00697ee7c7ca430b9cea7f39ef840d /src
parent3ce5c36d01c630dceea3c8e0e00ea1386d5221ca (diff)
downloadkrb5-4223340a38a70b486b07f074c0963c5e8ac1f44a.tar.gz
krb5-4223340a38a70b486b07f074c0963c5e8ac1f44a.tar.xz
krb5-4223340a38a70b486b07f074c0963c5e8ac1f44a.zip
* 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
Diffstat (limited to 'src')
-rw-r--r--src/include/ChangeLog5
-rw-r--r--src/include/krb54proto.h4
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));