]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix uses of `EVP_PKEY_Q_keygen` with `size_t` variadic argument
authorArtSin <artsin666@gmail.com>
Mon, 4 Nov 2024 08:56:52 +0000 (12:56 +0400)
committerTomas Mraz <tomas@openssl.org>
Tue, 5 Nov 2024 12:49:08 +0000 (13:49 +0100)
commitccaa754b5f66cc50d8ecbac48b38268e2acd715e
tree47738075571633026bdfb569980d074b5738b3b1
parentd1669a14d129c9b12c8ef5ccd3545273e50aad0f
Fix uses of `EVP_PKEY_Q_keygen` with `size_t` variadic argument

Fix cases where `int` argument was passed instead of `size_t`.

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25857)
test/acvp_test.c
test/evp_libctx_test.c
test/pairwise_fail_test.c
test/threadstest.c