summaryrefslogtreecommitdiffstats
path: root/crypto/evp/kdf_meth.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/kdf_meth.c')
-rw-r--r--crypto/evp/kdf_meth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/kdf_meth.c b/crypto/evp/kdf_meth.c
index 8759021afc..94af5d40a0 100644
--- a/crypto/evp/kdf_meth.c
+++ b/crypto/evp/kdf_meth.c
@@ -228,5 +228,5 @@ void EVP_KDF_do_all_provided(OSSL_LIB_CTX *libctx,
{
evp_generic_do_all(libctx, OSSL_OP_KDF,
(void (*)(void *, void *))fn, arg,
- evp_kdf_from_algorithm, evp_kdf_free);
+ evp_kdf_from_algorithm, evp_kdf_up_ref, evp_kdf_free);
}