From b425001010044adbdbcd98f8682694b30b73bbf4 Mon Sep 17 00:00:00 2001 From: "Dr. Matthias St. Pierre" Date: Thu, 15 Oct 2020 12:55:50 +0300 Subject: Rename OPENSSL_CTX prefix to OSSL_LIB_CTX Many of the new types introduced by OpenSSL 3.0 have an OSSL_ prefix, e.g., OSSL_CALLBACK, OSSL_PARAM, OSSL_ALGORITHM, OSSL_SERIALIZER. The OPENSSL_CTX type stands out a little by using a different prefix. For consistency reasons, this type is renamed to OSSL_LIB_CTX. Reviewed-by: Paul Dale Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/12621) --- doc/man7/provider.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man7') diff --git a/doc/man7/provider.pod b/doc/man7/provider.pod index ead37b5769..2eb396fad3 100644 --- a/doc/man7/provider.pod +++ b/doc/man7/provider.pod @@ -191,7 +191,7 @@ arguments are passed: =item The library context -See L for a more detailed description. +See L for a more detailed description. This may be NULL to signify the default (global) library context, or a context created by the user. Only providers loaded in this library context (see @@ -383,7 +383,7 @@ other providers: =head1 SEE ALSO L, L, -L, +L, L, L, L, -- cgit v1.2.3