aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_EncryptInit.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-03-25 17:02:25 +0000
committerMatt Caswell <matt@openssl.org>2021-04-08 12:20:22 +0100
commit906bced110c156f98e5e4725d7d6de5a8da93089 (patch)
tree1367d15e622f10532a5a66f7e9179df4b434728e /doc/man3/EVP_EncryptInit.pod
parent4adfbe4c927da1b607ccb7af74872de32d54977f (diff)
downloadopenssl-906bced110c156f98e5e4725d7d6de5a8da93089.tar.gz
Update the algorithm fetching documentation links
The documentation on algorithm fetching has moved. There were a lot of references to the old location so we update all of those locations. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1487)
Diffstat (limited to 'doc/man3/EVP_EncryptInit.pod')
-rw-r--r--doc/man3/EVP_EncryptInit.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_EncryptInit.pod b/doc/man3/EVP_EncryptInit.pod
index 303e93fe06..b07c102e04 100644
--- a/doc/man3/EVP_EncryptInit.pod
+++ b/doc/man3/EVP_EncryptInit.pod
@@ -191,7 +191,7 @@ The B<EVP_CIPHER> type is a structure for cipher method implementation.
EVP_CIPHER_fetch() fetches the cipher implementation for the given
B<algorithm> from any provider offering it, within the criteria given
by the B<properties>.
-See L<provider(7)/Fetching algorithms> for further information.
+See L<crypto(7)/ALGORITHM FETCHING> for further information.
The returned value must eventually be freed with EVP_CIPHER_free().