Drop some dead code
authortb <tb@openbsd.org>
Mon, 1 May 2023 08:16:17 +0000 (08:16 +0000)
committertb <tb@openbsd.org>
Mon, 1 May 2023 08:16:17 +0000 (08:16 +0000)
commita02a81fb1c39f8148e1e7dab24c574f9f5497f09
treea3c264d879ec9981c3047903b3f9c9e298c901a5
parent2902c062fd243fbf689a6f432da7cdeee716f2d4
Drop some dead code

No member of the curve_list[] table has a method set. Thus, curve.meth
is always NULL and we never take the EC_GROUP_new(meth) code path.

ok jsing
lib/libcrypto/ec/ec_curve.c