]> git.ipfire.org Git - thirdparty/openssl.git/commit
format embedded struct declaration for check-format.pl
authorCaolán McNamara <caolanm@gmail.com>
Thu, 18 Sep 2025 07:55:23 +0000 (08:55 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 28 Nov 2025 08:36:45 +0000 (09:36 +0100)
commite164a3c13d46148f4f258f002bedec7f4b3e8989
treea77a9c91346932f9b27c9905db09206efbcbf55a
parent134f17d526a5d0a9fbd66adf85e53df8a764a2ff
format embedded struct declaration for check-format.pl

so that subsequent commits to e_chacha20_poly1305.c doesn't trigger
warnings about handling '{' later in this file in related code.

i.e.

crypto/evp/e_chacha20_poly1305.c:610:indent = 0 != 4 for stmt/decl:static const EVP_CIPHER chacha20_poly1305 = {
crypto/evp/e_chacha20_poly1305.c:611:indent = 4 != 45 for hanging '{' or 8 for lines after '{':    NID_chacha20_poly1305,

Reviewed-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28588)
crypto/evp/e_chacha20_poly1305.c