ec_asn1_test: call EC_GROUP_check() for the builtin curves
authortb <tb@openbsd.org>
Fri, 18 Oct 2024 19:55:34 +0000 (19:55 +0000)
committertb <tb@openbsd.org>
Fri, 18 Oct 2024 19:55:34 +0000 (19:55 +0000)
commit4acc544f0b947de9a95e5f87cae003bf58374c81
tree580b5fc76c691dc2b3a60bc15a9163cba42b22fb
parentb0e7aced8b61f2daa893e0d213afaaae0c666d1d
ec_asn1_test: call EC_GROUP_check() for the builtin curves

This makes the internal curve test in ectest.c superfluous.
Also fix a logic error.
regress/lib/libcrypto/ec/ec_asn1_test.c
regress/lib/libcrypto/ec/ectest.c