summaryrefslogtreecommitdiffstats
path: root/doc/man7/fips_module.pod
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-05-28 16:57:22 +0200
committerTomas Mraz <tomas@openssl.org>2021-06-01 12:43:57 +0200
commitc4e91674371404accba3891cbe9d7f976926a337 (patch)
treea67a1ea7191bb4ba5c52d24c03719f258dfa8479 /doc/man7/fips_module.pod
parented576acdf591d4164905ab98e89ca5a3b99d90ab (diff)
Rename also the OSSL_PROVIDER_name() function
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15405)
Diffstat (limited to 'doc/man7/fips_module.pod')
-rw-r--r--doc/man7/fips_module.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man7/fips_module.pod b/doc/man7/fips_module.pod
index 82d245a8bc..8133f01eaf 100644
--- a/doc/man7/fips_module.pod
+++ b/doc/man7/fips_module.pod
@@ -447,7 +447,8 @@ example of a digest is used.
To go from an B<EVP_MD_CTX> to an B<EVP_MD>, use L<EVP_MD_CTX_md(3)> .
To go from the B<EVP_MD> to its B<OSSL_PROVIDER>,
use L<EVP_MD_get0_provider(3)>.
-To extract the name from the B<OSSL_PROVIDER>, use L<OSSL_PROVIDER_name(3)>.
+To extract the name from the B<OSSL_PROVIDER>, use
+L<OSSL_PROVIDER_get0_name(3)>.
=head1 SEE ALSO