summaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-digest.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man7/provider-digest.pod')
-rw-r--r--doc/man7/provider-digest.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/provider-digest.pod b/doc/man7/provider-digest.pod
index ce53c61de4..e92991afa8 100644
--- a/doc/man7/provider-digest.pod
+++ b/doc/man7/provider-digest.pod
@@ -61,7 +61,7 @@ provider_query_operation() function
(see L<provider-base(7)/Provider Functions>).
All these "functions" have a corresponding function type definition
-named B<OSSL_{name}_fn>, and a helper function to retrieve the
+named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
function pointer from an B<OSSL_DISPATCH> element named
B<OSSL_FUNC_{name}>.
For example, the "function" OSSL_FUNC_digest_newctx() has these: