Use 'at' for ASN1_TEMPLATE variable names rather than 'tt'.
authorjsing <jsing@openbsd.org>
Sat, 21 May 2022 11:21:31 +0000 (11:21 +0000)
committerjsing <jsing@openbsd.org>
Sat, 21 May 2022 11:21:31 +0000 (11:21 +0000)
commit96903d9f31165fe1a1a39ddb2e6b13294ae18db1
tree32cdefbcb96ee8dee19bda1324fb90886cd779cc
parent6db14da9e95ab39509c8f5ad3be0aebf1546117c
Use 'at' for ASN1_TEMPLATE variable names rather than 'tt'.

Also use array indexes for it->templates, rather than trying to be extra
clever in for loops (suggested by tb@ during a review).

No functional change.

ok tb@
lib/libcrypto/asn1/tasn_dec.c