]> 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:52:41 +0000 (13:52 +0100)
commit75b9b942530dc2839055b164246361b92d42ed3f
tree32c4c2beaa0892e0c333267a0d4c3249275bc3a7
parent3bc71122282c564440a84acdb2d2e4c792ffab79
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/threadstest.c