Skip to content

Commit

Permalink
Fix typo in base provider example code
Browse files Browse the repository at this point in the history
CLA: trivial

Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from openssl#20411)
  • Loading branch information
HansHoogerwerf authored and paulidale committed Mar 2, 2023
1 parent 52a3814 commit 08a11ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man7/provider-base.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08a11ba

Please sign in to comment.