openssl/include
Matt Caswell c6fcd88fa0 Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcs
Most EVP_PKEY_meth_get_*() functions mark the EVP_PKEY_METHOD argument as
const. But 3 did not. We fix those to be consistent.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16128)
2021-07-27 10:34:44 +01:00
..
crypto Fix custom EVP_PKEY_METHOD implementations where no engine is present 2021-07-22 13:52:46 +02:00
internal Fix a race in ossl_provider_add_to_store() 2021-06-24 14:48:15 +01:00
openssl Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcs 2021-07-27 10:34:44 +01:00