Commit By: raeburn Log Message: get_eoc() is always followed by next_tag(), so don't bother setting the variables that it's about to clobber. Since we don't need any of the tag info at the call site, push it down into the helper function. Changed Files: U trunk/src/lib/krb5/asn.1/asn1_k_decode.c U trunk/src/lib/krb5/asn.1/krb5_decode.c