* krb54proto.h: Fix decomp_tkt_krb5 to use KRB4_32, instead of a
authorTom Yu <tlyu@mit.edu>
Mon, 7 Dec 1998 00:46:32 +0000 (00:46 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 7 Dec 1998 00:46:32 +0000 (00:46 +0000)
nonexistent type.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11089 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/krb54proto.h

index e5ddecacaba35dbd59553e79beb42505358ba726..3fca73c4875a36db6853aa00fca241d5908382b4 100644 (file)
@@ -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
index 8ba96faa611b6194a8a906b765bf8ec05fa812fe..7ecbba88c2c98ff9e9996fbbf3567d94603905ef 100644 (file)
@@ -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));