Turns out EC_KEY_METHOD_new() has dup built in...
authortb <tb@openbsd.org>
Sun, 18 Jun 2023 19:12:58 +0000 (19:12 +0000)
committertb <tb@openbsd.org>
Sun, 18 Jun 2023 19:12:58 +0000 (19:12 +0000)
commitfb5793d3d4d0fd4795586dd9601a4aa58f1f3efa
treee4ef9730f44a3912b685bcb03143125c511b1fb9
parente723f96065578fe517f66e0f4c59e350eb920bc8
Turns out EC_KEY_METHOD_new() has dup built in...

... because RSA_meth_new() doesn't. So we can fortunately lose a few lines
added in the previous commit. Three cheers for the masters of inconsistency.

ok jsing
lib/libtls/tls_signer.c