Clean up i2d_ECPKParameters()
authortb <tb@openbsd.org>
Fri, 11 Oct 2024 06:13:09 +0000 (06:13 +0000)
committertb <tb@openbsd.org>
Fri, 11 Oct 2024 06:13:09 +0000 (06:13 +0000)
commit68a714b95785bca734ba1c846ae37655b86af768
tree9dbd1501ebc59e4f2148771093108a1895bd9ed3
parentfcdb63029ed4f0b0f9a71749e1bed1e333fd8289
Clean up i2d_ECPKParameters()

Use better variable names and turn it into single-exit. This changes the
behavior slightly in that an error is pushed onto the stack also for
i2d_ECPKPARAMETERS() return values < 0.

ok jsing
lib/libcrypto/ec/ec_asn1.c