* tf_util.c (tf_get_cred): Issue date is written out as a long,
authorEzra Peisach <epeisach@mit.edu>
Tue, 19 Mar 1996 16:27:56 +0000 (16:27 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 19 Mar 1996 16:27:56 +0000 (16:27 +0000)
commit302d0dbc3f072bb9d6f8258ec88ba0be90be7a8d
tree0b4a64e0390c5a7c29d59ae62d29fb3ec449a23a
parent8f0547ecae37ba163d93489adce407282a85d2b7
* tf_util.c (tf_get_cred): Issue date is written out as a long,
read back in as same.

I have kept the size as a long to be compatible with the Cygnus V4
distribution. The problem was introduced when we changed the include/kerberosIV
structures to use 32 bit ints for timestamps. So, under OSF/1, tf_util would
write out a 64 bit issue date, and then try reading back in a 32 bit one. Since
Cygnus uses sizeof(long) we will too.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7667 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb4/ChangeLog
src/lib/krb4/tf_util.c