Remove the (int) cast, since you can't take address of a value which
authorTheodore Tso <tytso@mit.edu>
Sat, 23 Sep 1995 02:29:08 +0000 (02:29 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 23 Sep 1995 02:29:08 +0000 (02:29 +0000)
commit2a08d58dc59f11f0da4dbbdd86088b950877ddc8
tree43c20a91757eb522936d3aecc656a154d16e8f4a
parente9ab93cf411fd8805f14e5b28717a3f303c212da
Remove the (int) cast, since you can't take address of a value which
has been casted.  Instead we change the underlying type in the
structure to be an int.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6834 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/asn.1/ChangeLog
src/lib/krb5/asn.1/asn1_k_decode.c
src/lib/krb5/asn.1/krb5_decode.c