summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorShakti Shah <shaktishah33@gmail.com>2024-02-11 01:09:10 +0530
committerTomas Mraz <tomas@openssl.org>2024-02-14 09:48:37 +0100
commit81619f36bd84a375db8de4b185e09aebd3d6a029 (patch)
treeee6b1b2888de391aa2869acea3c9d9d576481d2a /test
parent9b079bb3cc55340d36dd5ca351bc668f582cf824 (diff)
KDF_CTX_new API has incorrect signature (const should not be there)
https://www.openssl.org/docs/man3.1/man3/EVP_KDF_CTX.html The pages for 3.0/3.1/master seem to have the following EVP_KDF_CTX *EVP_KDF_CTX_new(const EVP_KDF *kdf); which does not match with the actual header which is EVP_KDF_CTX *EVP_KDF_CTX_new(EVP_KDF *kdf); Fixes #23532 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23541) (cherry picked from commit 4f6133f9db2b9b7ce5e59d8b8ec38202a154c524)
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions