get_eoc() is always followed by next_tag(), so don't bother setting
authorKen Raeburn <raeburn@mit.edu>
Thu, 7 Aug 2008 03:06:50 +0000 (03:06 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 7 Aug 2008 03:06:50 +0000 (03:06 +0000)
commit660520617d845a3159ae573e0609fd12e95a0815
tree8a0daba6a478b80601758c514779cdafa8500be2
parent3ad7c4b93b0f3a79a1526a3da7b897f6e13875d3
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.

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