]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix const spec in ssl
authorMilan Broz <gmazyland@gmail.com>
Tue, 20 Jan 2026 15:35:25 +0000 (16:35 +0100)
committerNeil Horman <nhorman@openssl.org>
Tue, 3 Feb 2026 17:26:23 +0000 (12:26 -0500)
commitd36cdcdce9be1f493d2f648fb63c14e1e29a35d2
tree8ccc7b461c56641b0b23411f2b2f5dcbc1fcb6f7
parent1cc92989929226f5a58ed274d7ccf8872106d8fa
Fix const spec in ssl

This patch fixes several const specifiers and undeeded
casts (visible with non-default const-qual warning).

Signed-off-by: Milan Broz <gmazyland@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
MergeDate: Tue Feb  3 17:26:31 2026
(Merged from https://github.com/openssl/openssl/pull/29799)
ssl/quic/quic_cfq.c
ssl/quic/quic_port.c
ssl/ssl_cert.c
ssl/ssl_lib.c
ssl/ssl_sess.c
ssl/t1_enc.c