Prepare to remove the EVP_PKEY_meth_* API
authortb <tb@openbsd.org>
Sat, 13 Jan 2024 12:46:59 +0000 (12:46 +0000)
committertb <tb@openbsd.org>
Sat, 13 Jan 2024 12:46:59 +0000 (12:46 +0000)
commitd4370d4f0bb8dbac953cc26577cd3c4165dfed56
treea0260e9c22839cc99e9e4d4aadf6c142c5825b48
parentcb82efff156de2c337798a2f652e89f6c2fa7f95
Prepare to remove the EVP_PKEY_meth_* API

After removing the last caller of EVP_PKEY_meth_find() from libssl, none
of these is used. And with EVP_PKEY_meth_new() gone, there will no longer
be a way to get your hands onto an EVP_PKEY_METHOD that is writable, so
none of the silent failures (because they're void functions) should matter
in the few weeks until we bump.

ok jsing
lib/libcrypto/evp/pmeth_lib.c