Convert {dh,dsa}_{pub,priv}_encode() to single exit
authortb <tb@openbsd.org>
Thu, 10 Aug 2023 16:57:15 +0000 (16:57 +0000)
committertb <tb@openbsd.org>
Thu, 10 Aug 2023 16:57:15 +0000 (16:57 +0000)
commitfed21370b4d4419109c1f067b8a94ad0a2b6defd
tree58e2f0013c2929d2b2d365bcaca16b6046d47c4f
parentd40c63659aefc32359b6396f35c7bc9a9ae8f265
Convert {dh,dsa}_{pub,priv}_encode() to single exit

Use the same variable names throughout these functions and unify them
some more.

ok jsing
lib/libcrypto/dh/dh_ameth.c
lib/libcrypto/dsa/dsa_ameth.c