summaryrefslogtreecommitdiff
path: root/doc
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:38 +1000
commit010333be5362a07508888124c83efac35b28760f (patch)
treed9c7d11cf55caa54c0e067efd9311c3e7954a824 /doc
parent1258a8e4361320cd3cfaf9ede692492ce01034c8 (diff)
downloadopenssl-new-010333be5362a07508888124c83efac35b28760f.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)
Diffstat (limited to 'doc')
-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 aa65e66f1a..137bc21d92 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>