summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-10-05 18:14:30 -0400
committerTomas Mraz <tmraz@fedoraproject.org>2019-12-12 16:55:02 +0100
commitd2b194d78f16493d2eb12bcce285537fcb538bfb (patch)
tree64aa49d876ec1a20cabe3e33f32ecd2e686e4a66 /doc/man7
parentdc7aa029007da3849a04291a4c258587228daac8 (diff)
Various missing-link fixes
Also, turn missing L<foo(3)> into foo(3) Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10104)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/EVP_KDF-KB.pod2
-rw-r--r--doc/man7/provider.pod2
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/man7/EVP_KDF-KB.pod b/doc/man7/EVP_KDF-KB.pod
index 8b1b350759..8a84a3d044 100644
--- a/doc/man7/EVP_KDF-KB.pod
+++ b/doc/man7/EVP_KDF-KB.pod
@@ -136,9 +136,7 @@ NIST SP800-108, IETF RFC 6803, IETF RFC 8009.
=head1 SEE ALSO
L<EVP_KDF(3)>,
-L<EVP_KDF_CTX_new_id(3)>,
L<EVP_KDF_CTX_free(3)>,
-L<EVP_KDF_ctrl(3)>,
L<EVP_KDF_size(3)>,
L<EVP_KDF_derive(3)>,
L<EVP_KDF(3)/PARAMETERS>
diff --git a/doc/man7/provider.pod b/doc/man7/provider.pod
index b6c5e49f50..0e9019960d 100644
--- a/doc/man7/provider.pod
+++ b/doc/man7/provider.pod
@@ -218,7 +218,7 @@ L<EVP_CipherInit_ex(3)>, the actual implementation to be used is
fetched implicitly using default search criteria.
Implicit fetching can also occur with functions such as
-L<EVP_PKEY_CTX_derive_init_ex(3)> where a NULL algorithm parameter is
+L<EVP_PKEY_derive_init_ex(3)> where a NULL algorithm parameter is
supplied.
In this case an algorithm implementation is implicitly fetched using
default search criteria and an algorithm name that is consistent with