]> git.ipfire.org Git - thirdparty/openssl.git/commit
man ECDSA_sign(3): fix wrong variable names
authorAlicja Kario <hkario@redhat.com>
Mon, 11 Nov 2024 13:33:46 +0000 (14:33 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 13 Nov 2024 16:32:59 +0000 (17:32 +0100)
commitaf9fae372f58ee12c80aa44620239a398cc6294e
treeee9ad463d56f7cb35ec1d90a857d2307a668666b
parent8dd10852206f04005c36bc6bf98783a320aa7404
man ECDSA_sign(3): fix wrong variable names

the parameters in the function definitions use `siglen` not `sig_len`,
this fixes the doc text.

Signed-off-by: Alicja Kario <hkario@redhat.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25927)

(cherry picked from commit eaf4da97c9b9c09a407b9f1a47ad7dd99c05884c)
doc/man3/ECDSA_sign.pod