]> 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:45 +0000 (17:32 +0100)
commiteaf4da97c9b9c09a407b9f1a47ad7dd99c05884c
treeb3b033154c6536eddbe4bb6683df97860481d070
parentef39dd058ba2a0e24e92c1c5c97810bba9b6cbe0
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)
doc/man3/ECDSA_sign.pod