X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=providers%2Fimplementations%2Fkdfs%2Ftls1_prf.c;h=8bc5dd41cd6b229ddd6f661c24a06a21df6f4a40;hb=b425001010044adbdbcd98f8682694b30b73bbf4;hp=3d4fbc5fc428fd16348dec2a3b32684e7b37c3b9;hpb=29000e43ea257bf54f6ccb2064b3744853b821b2;p=openssl.git diff --git a/providers/implementations/kdfs/tls1_prf.c b/providers/implementations/kdfs/tls1_prf.c index 3d4fbc5fc4..8bc5dd41cd 100644 --- a/providers/implementations/kdfs/tls1_prf.c +++ b/providers/implementations/kdfs/tls1_prf.c @@ -166,7 +166,7 @@ static int kdf_tls1_prf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) { const OSSL_PARAM *p; TLS1_PRF *ctx = vctx; - OPENSSL_CTX *libctx = PROV_LIBRARY_CONTEXT_OF(ctx->provctx); + OSSL_LIB_CTX *libctx = PROV_LIBRARY_CONTEXT_OF(ctx->provctx); if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_DIGEST)) != NULL) { if (strcasecmp(p->data, SN_md5_sha1) == 0) {