]> git.ipfire.org Git - thirdparty/openssl.git/commit
Disable clang format around .c includes
authorBob Beck <beck@openssl.org>
Thu, 28 Aug 2025 18:59:59 +0000 (12:59 -0600)
committerTomas Mraz <tomas@openssl.org>
Wed, 3 Dec 2025 13:40:56 +0000 (14:40 +0100)
commit64bc3acda26e4d4c030a7f0363b26ac26a9fd7ce
tree77bbd36f466c757efeae6292a8c55dda8cc2cd61
parent3a815c1481ec43149b7a417d4b5b2aaf372d44e5
Disable clang format around .c includes

we assume these to be order sensitive and not self contained, so
as per our new style we disable clang format around them.

we should consider renaming to .inc, or doing away with some
of these and just putting the code inline, but that's for
later consideration.

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29241)
16 files changed:
crypto/LPdir_win32.c
crypto/LPdir_wince.c
crypto/bn/asm/x86_64-gcc.c
crypto/des/cbc_enc.c
crypto/des/des_enc.c
crypto/o_dir.c
engines/e_afalg.c
engines/e_capi.c
engines/e_dasync.c
engines/e_loader_attic.c
engines/e_ossltest.c
engines/e_padlock.c
providers/implementations/macs/blake2b_mac.c
providers/implementations/macs/blake2s_mac.c
test/mem_alloc_custom_fns_test.c
test/radix/quic_radix.c