]> git.ipfire.org Git - thirdparty/openssl.git/commit
separate intval into separate variable in OSSL_PARAMS
authorNeil Horman <nhorman@openssl.org>
Thu, 20 Feb 2025 14:15:26 +0000 (09:15 -0500)
committerNeil Horman <nhorman@openssl.org>
Sat, 22 Feb 2025 19:29:56 +0000 (14:29 -0500)
commitba90c491254fd3cee8a2f791fc191dcff27036c1
tree5cb66626bb4451ec2809048e43cb014fe1af57fd
parent3be71de4d925a4ef0a053327ff6a83728742c039
separate intval into separate variable in OSSL_PARAMS

construction of int params holds a pointer to an int rather than an int
value, so we need to use separate variables when constructing separate
int params.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26851)
fuzz/slh-dsa.c