CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/01/13 05:46:59
Modified files: lib/libcrypto/evp: pmeth_lib.c Log message: 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