Inline a use of EC_GROUP_method_of()
authortb <tb@openbsd.org>
Tue, 22 Oct 2024 12:02:43 +0000 (12:02 +0000)
committertb <tb@openbsd.org>
Tue, 22 Oct 2024 12:02:43 +0000 (12:02 +0000)
commitf8cdd28b0a71db7c98def2927195f119fd207547
treed019fa0e996849b407e269799bb55b9d980899cc
parent07d260329accf8a3f24fb96d1c9b7b981fd53f1b
Inline a use of EC_GROUP_method_of()

We can just reach into the group to obtain its EC_GROUP_METHOD. After all
ec_local.h has to be in scope.  This will permit marking this ugly API as
unused internally after the next commit.

ok jsing
lib/libcrypto/ec/ec_key.c