]>
git.ipfire.org Git - thirdparty/openssl.git/commit
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)