summaryrefslogtreecommitdiffstats
path: root/providers/baseprov.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/baseprov.c')
-rw-r--r--providers/baseprov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/baseprov.c b/providers/baseprov.c
index 41dc65655e..d707f45558 100644
--- a/providers/baseprov.c
+++ b/providers/baseprov.c
@@ -176,7 +176,7 @@ int ossl_base_provider_init(const OSSL_CORE_HANDLE *handle,
return 0;
}
ossl_prov_ctx_set0_library_context(*provctx,
- (OPENSSL_CTX *)c_get_libctx(handle));
+ (OSSL_LIB_CTX *)c_get_libctx(handle));
ossl_prov_ctx_set0_handle(*provctx, handle);
ossl_prov_ctx_set0_core_bio_method(*provctx, corebiometh);