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.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/provider-digest.pod b/doc/man7/provider-digest.pod
index 5f44df97e7..4c90561e31 100644
--- a/doc/man7/provider-digest.pod
+++ b/doc/man7/provider-digest.pod
@@ -66,8 +66,8 @@ function pointer from an B<OSSL_DISPATCH> element named
B<OSSL_FUNC_{name}>.
For example, the "function" OSSL_FUNC_digest_newctx() has these:
- typedef void *(OSSL_OSSL_FUNC_digest_newctx_fn)(void *provctx);
- static ossl_inline OSSL_OSSL_FUNC_digest_newctx_fn
+ typedef void *(OSSL_FUNC_digest_newctx_fn)(void *provctx);
+ static ossl_inline OSSL_FUNC_digest_newctx_fn
OSSL_FUNC_digest_newctx(const OSSL_DISPATCH *opf);
B<OSSL_DISPATCH> arrays are indexed by numbers that are provided as