]> git.ipfire.org Git - thirdparty/openssl.git/commit
Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcs
authorMatt Caswell <matt@openssl.org>
Tue, 20 Jul 2021 15:18:04 +0000 (16:18 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 27 Jul 2021 09:34:44 +0000 (10:34 +0100)
commitc6fcd88fa030da8322cf27aff95376512f41faff
treec2500bfe024f2ac3c00437d4cf35785d6542ff0a
parent26411bc8879bf979e3703357e9595de057528e28
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)
crypto/evp/pmeth_lib.c
doc/man3/EVP_PKEY_meth_new.pod
include/openssl/evp.h
test/evp_extra_test.c