Pass the correct ctx to provider KDF functions
authorMatt Caswell <matt@openssl.org>
Wed, 11 Sep 2019 10:52:47 +0000 (11:52 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 12 Sep 2019 09:24:54 +0000 (10:24 +0100)
commit6b3d0423528b049d04b299a8588a32d5c1224717
tree898abe3f0f8f727222fb156a45648eb4c28ff470
parent252a3665e4c24a387e86ff4e07159f8e846adebc
Pass the correct ctx to provider KDF functions

Make sure we pass the provider side ctx and not the libcrypto side ctx.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9865)
crypto/evp/kdf_lib.c