First pass clean up of ASN1_STRING code.
authorjsing <jsing@openbsd.org>
Mon, 14 Mar 2022 16:23:29 +0000 (16:23 +0000)
committerjsing <jsing@openbsd.org>
Mon, 14 Mar 2022 16:23:29 +0000 (16:23 +0000)
commit89827a00677042cffb980c36aa2f3eb8efb682de
tree94c4a945f188e172ca93e2fedca8652fdbf59569
parent080b456de1cc5dc60cd4043bb1718ef2d7773799
First pass clean up of ASN1_STRING code.

Use consistent variable names (astr/src) rather than 'a', 'bs', 'str', 'v'
or 'x', add some whitespace and remove some unneeded parentheses.

ok inoguchi@ tb@
lib/libcrypto/asn1/a_string.c