From 906bced110c156f98e5e4725d7d6de5a8da93089 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 25 Mar 2021 17:02:25 +0000 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/1487) --- doc/man3/EVP_EncryptInit.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man3/EVP_EncryptInit.pod') 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 type is a structure for cipher method implementation. EVP_CIPHER_fetch() fetches the cipher implementation for the given B from any provider offering it, within the criteria given by the B. -See L for further information. +See L for further information. The returned value must eventually be freed with EVP_CIPHER_free(). -- cgit v1.2.3