summaryrefslogtreecommitdiff
path: root/doc/man3/EVP_ASYM_CIPHER_free.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2022-12-05 16:59:06 +0100
committerRichard Levitte <levitte@openssl.org>2022-12-08 07:32:34 +0100
commit318a9dfa5f7bd1237d2697ad950697d241b8b49f (patch)
tree94b15166d17955fdacceebc4e7a1ffd2e547e164 /doc/man3/EVP_ASYM_CIPHER_free.pod
parent801e54d65ca5d87f3b003477f26597541b95b55b (diff)
downloadopenssl-new-318a9dfa5f7bd1237d2697ad950697d241b8b49f.tar.gz
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 <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19842)
Diffstat (limited to 'doc/man3/EVP_ASYM_CIPHER_free.pod')
-rw-r--r--doc/man3/EVP_ASYM_CIPHER_free.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/EVP_ASYM_CIPHER_free.pod b/doc/man3/EVP_ASYM_CIPHER_free.pod
index 72910a5599..c158ec1ae7 100644
--- a/doc/man3/EVP_ASYM_CIPHER_free.pod
+++ b/doc/man3/EVP_ASYM_CIPHER_free.pod
@@ -75,7 +75,7 @@ meant for display and human consumption. The description is at the
discretion of the I<cipher> implementation.
EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_params()
-return a constant B<OSSL_PARAM> array that describes the names and types of key
+return a constant L<OSSL_PARAM(3)> array that describes the names and types of key
parameters that can be retrieved or set by a key encryption algorithm using
L<EVP_PKEY_CTX_get_params(3)> and L<EVP_PKEY_CTX_set_params(3)>.
@@ -90,7 +90,7 @@ EVP_ASYM_CIPHER_names_do_all() returns 1 if the callback was called for all
names. A return value of 0 means that the callback was not called for any names.
EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_params()
-return a constant B<OSSL_PARAM> array or NULL on error.
+return a constant L<OSSL_PARAM(3)> array or NULL on error.
=head1 SEE ALSO