]> git.ipfire.org Git - thirdparty/rspamd.git/commit
replace ECDSA_sign_setup/ECDSA_sign_ex with ECDSA_sign 4541/head
authorStuart Henderson <sthen@users.noreply.github.com>
Sat, 15 Jul 2023 11:41:55 +0000 (11:41 +0000)
committerGitHub <noreply@github.com>
Sat, 15 Jul 2023 11:41:55 +0000 (11:41 +0000)
commit2752c8e981bed038e4021b9e9d1e1685e5baf42f
tree010ddd4a7e73ffe90abe71ffa2bb972f531405a4
parent0cb74ca3b1675aecee9729bcd7426d31b06ee28f
replace ECDSA_sign_setup/ECDSA_sign_ex with ECDSA_sign

There's no need to use ECDSA_sign_setup/ECDSA_sign_ex separately, a single call to ECDSA_sign will handle everything that's needed here.

Avoids breakage with a soon-to-be-committed change to LibreSSL to remove ECDSA_sign_setup/ex from libcrypto.
src/libcryptobox/cryptobox.c