Remove method wrappers that use {ecdh,ecdsa}_check()
authortb <tb@openbsd.org>
Sun, 25 Jun 2023 18:41:36 +0000 (18:41 +0000)
committertb <tb@openbsd.org>
Sun, 25 Jun 2023 18:41:36 +0000 (18:41 +0000)
commitfa967534d69c9861c498a06f91c766ca96aab0ea
tree41ee57921ec76fdc1ee959f3175cd9be0d04354d
parent948a1dae7b741967ea1ac54e1889c41b32fa03b6
Remove method wrappers that use {ecdh,ecdsa}_check()

Now that it is no longer possible to set a custom {ECDH,ECDSA}_METHOD,
EC_KEY_METHOD can just call the relevant method directly without the
need for this extra contortion.

ok jsing
lib/libcrypto/ecdh/ech_key.c
lib/libcrypto/ecdsa/ecs_ossl.c