]> git.ipfire.org Git - thirdparty/openssl.git/commit
kbkdf: Fix kbkdf_dup function pointer type
authorClemens Lang <cllang@redhat.com>
Thu, 16 Feb 2023 14:20:43 +0000 (15:20 +0100)
committerClemens Lang <cllang@redhat.com>
Thu, 16 Feb 2023 14:20:43 +0000 (15:20 +0100)
commit344d3b326d573a0eeb5dcbffa643bc06f00023ed
tree563f7ef3fe50295e501c7901c942dd2a2949ad23
parentcd870db16348d0d09cb05b7393cf9281509c7795
kbkdf: Fix kbkdf_dup function pointer type

kbkdf_dup should use the appropriate type OSSL_FUNC_kdf_dupctx_fn.

Signed-off-by: Clemens Lang <cllang@redhat.com>
Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20314)
providers/implementations/kdfs/kbkdf.c