]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix some conversion from size_t to const int errors
authorMatt Caswell <matt@openssl.org>
Thu, 3 Jul 2025 13:45:09 +0000 (14:45 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 3 Jul 2025 14:41:01 +0000 (15:41 +0100)
commitac6178c3f1835e7b1f640daaadc937ab202fda13
tree157f5fb0a93ef897776bbf12c31cb327a8917601
parent0d5c7766946f0bb423e9256ccdaf194e6befd619
Fix some conversion from size_t to const int errors

When #27806 was merged these fixes were missed

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27960)
test/quicapitest.c