Clean up handling of nist_curves[]
authortb <tb@openbsd.org>
Mon, 1 May 2023 07:54:08 +0000 (07:54 +0000)
committertb <tb@openbsd.org>
Mon, 1 May 2023 07:54:08 +0000 (07:54 +0000)
commit034a9b39558580d5444d4361e2d3d960ad08d3b7
treeb7613a62c93a72eaac9aa8e6a7faa2062e315b9a
parentde401f90b0cb4204d067ec72a696e6e107c48965
Clean up handling of nist_curves[]

There's no point in introducing a typedef only for two sizeof() calls.
We might as well use an anonymous struct for this list. Make it const
while there, drop some braces and compare strcmp() return value to 0.

ok jsing
lib/libcrypto/ec/ec_curve.c