summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadislav Marko <LadislavMarko@seznam.cz>2023-04-13 17:13:36 +0200
committerPauli <pauli@openssl.org>2023-05-04 09:13:59 +1000
commitdb59eef34dbcf4b33c1c4274b957b901fbb0f2df (patch)
tree3b2cf06e7d4cee86d19ba105cab633fef6f8bc93
parent3410cc0c8bbcf9216b42d47d7a61e379dd6fda89 (diff)
downloadopenssl-new-db59eef34dbcf4b33c1c4274b957b901fbb0f2df.tar.gz
Fix broken links on asym_cipher manpages
Links were missing starting tags Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20729) (cherry picked from commit 010333be5362a07508888124c83efac35b28760f)
-rw-r--r--doc/man7/provider-asym_cipher.pod5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/man7/provider-asym_cipher.pod b/doc/man7/provider-asym_cipher.pod
index 72a8520d1b..ae904756ff 100644
--- a/doc/man7/provider-asym_cipher.pod
+++ b/doc/man7/provider-asym_cipher.pod
@@ -127,8 +127,7 @@ pointer to a provider key object in the I<provkey> parameter.
The I<params>, if not NULL, should be set on the context in a manner similar to
using OSSL_FUNC_asym_cipher_set_ctx_params().
The key object should have been previously generated, loaded or imported into
-the provider using the key management (OSSL_OP_KEYMGMT) operation (see
-provider-keymgmt(7)>.
+the provider using the key management (OSSL_OP_KEYMGMT) operation (see L<provider-keymgmt(7)>).
OSSL_FUNC_asym_cipher_encrypt() performs the actual encryption itself.
A previously initialised asymmetric cipher context is passed in the I<ctx>
parameter.
@@ -150,7 +149,7 @@ The I<params>, if not NULL, should be set on the context in a manner similar to
using OSSL_FUNC_asym_cipher_set_ctx_params().
The key object should have been previously generated, loaded or imported into
the provider using the key management (OSSL_OP_KEYMGMT) operation (see
-provider-keymgmt(7)>.
+L<provider-keymgmt(7)>).
OSSL_FUNC_asym_cipher_decrypt() performs the actual decryption itself.
A previously initialised asymmetric cipher context is passed in the I<ctx>