summaryrefslogtreecommitdiffstats
path: root/doc/man7/fips_module.pod
diff options
context:
space:
mode:
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