Remove last external call to EVP_PKEY_meth_find()
authortb <tb@openbsd.org>
Thu, 4 Jan 2024 20:02:10 +0000 (20:02 +0000)
committertb <tb@openbsd.org>
Thu, 4 Jan 2024 20:02:10 +0000 (20:02 +0000)
commitfe1adf5abcaddd2ab7c9412d09d6f233cf595581
tree9d11e1a6b2e36c8096f73540fa023d5ff6d47cdf
parent8dc592d3fc51eb3ab7381843b51e1f699e3fb9ad
Remove last external call to EVP_PKEY_meth_find()

In order to determine whether GOST is properly enabled, libssl has various
weird dances. In this specific case, it calls EVP_PKEY_meth_find() to see
whether the relevant cipher is around. Check the same thing with an #ifdef
instead.

ok jsing
lib/libssl/ssl_ciph.c