Remove params argument from ec_asn1_group2parameters()
authortb <tb@openbsd.org>
Fri, 11 Oct 2024 06:21:30 +0000 (06:21 +0000)
committertb <tb@openbsd.org>
Fri, 11 Oct 2024 06:21:30 +0000 (06:21 +0000)
commit5c7cddd652b43571d091e27c6823db0a47953cc5
tree85cbecb71fc2de1de3ea79dfe75cae11fe09441f
parent87a99c53869f6743a9de19acd2d91e326e3105b0
Remove params argument from ec_asn1_group2parameters()

Its only caller passes NULL, so we can simplify the entry point and the
exit of this function a bit.

ok jsing
lib/libcrypto/ec/ec_asn1.c