From 318a9dfa5f7bd1237d2697ad950697d241b8b49f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 5 Dec 2022 16:59:06 +0100 Subject: Replace some boldened types with a corresponding man page link The types OSSL_DISPATCH, OSSL_ITEM, OSSL_ALGORITHM, OSSL_PARAM, OSSL_CALLBACK, and OSSL_PASSPHRASE_CALLBACK are described in their own manual page, so we change every mention of them to links to those pages. Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/19842) --- doc/internal/man3/ossl_provider_new.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/internal') diff --git a/doc/internal/man3/ossl_provider_new.pod b/doc/internal/man3/ossl_provider_new.pod index 6ea298e0a9..e170edf343 100644 --- a/doc/internal/man3/ossl_provider_new.pod +++ b/doc/internal/man3/ossl_provider_new.pod @@ -295,7 +295,7 @@ I<*result> to 1 or 0 accorddingly. ossl_provider_init_as_child() stores in the library context I references to the necessary upcalls for managing child providers. The I and I -parameters are the B and B pointers that were +parameters are the B and L pointers that were passed to the provider's B function. ossl_provider_deinit_child() deregisters callbacks from the parent library -- cgit v1.2.3