Clean up eckey_param_decode()
authortb <tb@openbsd.org>
Fri, 29 Dec 2023 18:47:47 +0000 (18:47 +0000)
committertb <tb@openbsd.org>
Fri, 29 Dec 2023 18:47:47 +0000 (18:47 +0000)
commit976ea5e2c408889bebccdb346415a750a3f86d83
treed6bcce46bfa2d33194974bf0eb1987533c1df2be
parent47295cf52fd224dddda061f2c5ffa4b17ea9e3ea
Clean up eckey_param_decode()

This aligns eckey's parameter decoding routine with the one of other
cipher abstractions: better variable names, single exit and add missing
check for EVP_PKEY_assign_EC_KEY().

ok jsing
lib/libcrypto/ec/ec_ameth.c