summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2022-08-02 18:49:40 +0200
committerHugo Landau <hlandau@openssl.org>2022-08-04 11:02:28 +0100
commit2bd8190aace8109a06aff495a3e20c863ef48653 (patch)
treefee0bc50bfd097744bd9985c1a7186a85e74a21d /doc/man7
parent65b41ab31917e3bb25920c4b27017786db668850 (diff)
Change name of parameter in documentation from sigret to sig
The rest of the documentation talks about sig, not sigret Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Todd Short <todd.short@me.com> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18943)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/provider-signature.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/provider-signature.pod b/doc/man7/provider-signature.pod
index 30de3d8655..7c35037316 100644
--- a/doc/man7/provider-signature.pod
+++ b/doc/man7/provider-signature.pod
@@ -50,7 +50,7 @@ provider-signature - The signature library E<lt>-E<gt> provider functions
int OSSL_FUNC_signature_digest_sign_final(void *ctx, unsigned char *sig,
size_t *siglen, size_t sigsize);
int OSSL_FUNC_signature_digest_sign(void *ctx,
- unsigned char *sigret, size_t *siglen,
+ unsigned char *sig, size_t *siglen,
size_t sigsize, const unsigned char *tbs,
size_t tbslen);