summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorHansHoogerwerf <hans3132@live.nl>2023-03-01 10:02:37 +0100
committerPauli <pauli@openssl.org>2023-03-03 00:34:01 +0100
commit08a11ba20461ce14b0a6b9c9e374fbea91fbd8cf (patch)
tree890e78ba381c382d442f8b0539890265f8ffd038 /doc/man7
parentTidy up aarch64 feature detection code in armcap.c (diff)
downloadopenssl-08a11ba20461ce14b0a6b9c9e374fbea91fbd8cf.tar.xz
openssl-08a11ba20461ce14b0a6b9c9e374fbea91fbd8cf.zip
Fix typo in base provider example code
CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20411)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/provider-base.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/provider-base.pod b/doc/man7/provider-base.pod
index c7e15254cd..4c38edb235 100644
--- a/doc/man7/provider-base.pod
+++ b/doc/man7/provider-base.pod
@@ -905,7 +905,7 @@ This relies on a few things existing in F<openssl/core_dispatch.h>:
#define OSSL_FUNC_BAR_FREECTX 2
typedef void (OSSL_FUNC_bar_freectx_fn)(void *ctx);
- static ossl_inline OSSL_FUNC_bar_newctx(const OSSL_DISPATCH *opf)
+ static ossl_inline OSSL_FUNC_bar_freectx(const OSSL_DISPATCH *opf)
{ return (OSSL_FUNC_bar_freectx_fn *)opf->function; }
#define OSSL_FUNC_BAR_INIT 3