]> 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:24 +0000 (13:49 +0100)
commitd18e539a8aa0b32a7af0de7af252da4e812c23dc
tree197624a31e9db26534fd68418b5a4508e13596fd
parent58eea8012c15aa9c999c5c31d2d83f2a4925e803
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)

(cherry picked from commit ccaa754b5f66cc50d8ecbac48b38268e2acd715e)
test/acvp_test.c
test/evp_libctx_test.c
test/pairwise_fail_test.c
test/threadstest.c