]> git.ipfire.org Git - thirdparty/openssl.git/commit
Run clang-format on the source tree
authorEugene Syromiatnikov <esyr@openssl.org>
Mon, 23 Mar 2026 14:51:42 +0000 (15:51 +0100)
committerEugene Syromiatnikov <esyr@openssl.org>
Mon, 23 Mar 2026 14:51:42 +0000 (15:51 +0100)
commitda0a1c8dd48ef7ad9abde4a36d60f88b68168359
treee52b8ada8328ee39038a98c8250aeeb2713d1247
parentf913d98ac2cf8d28bbcf993dfe5d0d7d3d4f0345
Run clang-format on the source tree

This patch is a result of running the following commads:

    $ for i in `git ls-files '*.c' '*.h' '*.c.in' '*.h.in'`; do \
          echo -- "$i"; clang-format-21 --style=file:.clang-format -i "$i"; \
      done
    $ git checkout crypto/asn1/charmap.h crypto/bn/bn_prime.h \
          crypto/conf/conf_def.h crypto/objects/obj_dat.h \
          crypto/objects/obj_xref.h include/openssl/obj_mac.h

Release: yes
Fixes: f22fa1928434 "pkcs7: fix NULL contents dereference in PKCS7_ctrl"
Fixes: 65940a0bb62f "Disable DLL detach handlers on cygwin"
Fixes: d0abfd1844c0 "NonStop: reset hpns_connect_attempt at call start and on success"
Fixes: 19854b5adf36 "Fix error handling in SSL_CTX_add_session"
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
MergeDate: Mon Mar 23 19:19:10 2026
(Merged from https://github.com/openssl/openssl/pull/30540)
crypto/dllmain.c
crypto/pkcs7/pk7_lib.c
crypto/rand/rand_egd.c
providers/fips/self_test.c
test/sslapitest.c