]> git.ipfire.org Git - thirdparty/openssl.git/commit
public API: Remove needless 'const' from scalar types
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Tue, 3 May 2022 10:42:58 +0000 (12:42 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Tue, 3 Feb 2026 14:15:32 +0000 (15:15 +0100)
commit7dd4b69dde2ebe94b72595a171993186169a4525
treecca090e658b5388d07b288ae8bb767c0e4294262
parent14819cf8bf79da78fa8aaefdf0aecb1dcaaa38f7
public API: Remove needless 'const' from scalar types

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18229)
19 files changed:
CHANGES.md
crypto/aes/aes_cfb.c
crypto/aes/aes_core.c
crypto/aes/aes_ige.c
crypto/aes/aes_x86core.c
crypto/aes/asm/aes-586.pl
crypto/aes/asm/aes-x86_64.pl
crypto/camellia/asm/cmll-x86.pl
crypto/camellia/cmll_cbc.c
crypto/camellia/cmll_cfb.c
crypto/camellia/cmll_ecb.c
crypto/camellia/cmll_misc.c
crypto/x509/v3_addr.c
doc/man3/SSL_CTX_set_tlsext_servername_callback.pod
include/openssl/aes.h
include/openssl/camellia.h
include/openssl/tls1.h
include/openssl/x509v3.h.in
ssl/ssl_lib.c