diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-03-31 13:22:25 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-04-09 10:32:00 +0200 |
commit | bd6e7fb7a7279d38b74bfe288f55aa45fae5aaf9 (patch) | |
tree | 4b999b51b2ed565b44b7c5fef8525977f8457e18 /doc/man7/provider-kdf.pod | |
parent | provider-decoder.pod: Documentation of provider side decoder API (diff) | |
download | openssl-bd6e7fb7a7279d38b74bfe288f55aa45fae5aaf9.tar.xz openssl-bd6e7fb7a7279d38b74bfe288f55aa45fae5aaf9.zip |
Small fixes and cleanups of provider API documentation
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14756)
Diffstat (limited to 'doc/man7/provider-kdf.pod')
-rw-r--r-- | doc/man7/provider-kdf.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/provider-kdf.pod b/doc/man7/provider-kdf.pod index a13f3b108c..034f82a262 100644 --- a/doc/man7/provider-kdf.pod +++ b/doc/man7/provider-kdf.pod @@ -53,7 +53,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_kdf_newctx() has these: |