First cleanup pass over ec_asn1_group2pkparameters()
authortb <tb@openbsd.org>
Fri, 11 Oct 2024 18:18:10 +0000 (18:18 +0000)
committertb <tb@openbsd.org>
Fri, 11 Oct 2024 18:18:10 +0000 (18:18 +0000)
commitf564cdbbb4366452f285c1807405ae7b04223fb1
treec988eaac683d6fcc4f2799b23ff8d72257df8301
parentbe53cb2d9a889971dc5cede6b5957d0bf5ac9141
First cleanup pass over ec_asn1_group2pkparameters()

Use better variable names and do things in a slightly more sensible order.
This way the code becomes almost self-documenting.

ok jsing
lib/libcrypto/ec/ec_asn1.c