EVP: constify the EVP_PKEY_get_*_param() argument |pkey|
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Dec 2020 05:30:28 +0000 (06:30 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 8 Dec 2020 19:13:54 +0000 (20:13 +0100)
commita73a1892221e04ddb8ff9ec85ebaa48b5a853de6
tree3fe3fa135e3af4361cad7e249ebfced0151f7933
parent8d4b5260d22cc05894d606edd6cfc524661ab6e9
EVP: constify the EVP_PKEY_get_*_param() argument |pkey|

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13436)
crypto/evp/p_lib.c
doc/man3/EVP_PKEY_gettable_params.pod
include/openssl/evp.h
ssl/t1_lib.c