]> git.ipfire.org Git - thirdparty/openssl.git/commit
a_strnid: put includes together
authorNorbert Pocs <norbertp@openssl.org>
Tue, 5 May 2026 10:36:23 +0000 (12:36 +0200)
committerNorbert Pocs <norbertp@openssl.org>
Mon, 18 May 2026 07:03:29 +0000 (09:03 +0200)
commit4dce5bc2eec799eaf7991423f2c464d0dffce216
tree189a2b7d6d31ce2212ef5afdec804213ee337f76
parent012cc567d00ab6e899cf3dc7c2845ec4cd68c1ff
a_strnid: put includes together

clang-tidy calculates where to place the headers to be added. The
maximum is the latest include present in the file.  Therefore the
algorithm sometimes addes the includes wrongly in the middle of the
file.

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
MergeDate: Mon May 18 07:03:47 2026
(Merged from https://github.com/openssl/openssl/pull/31153)
crypto/asn1/a_strnid.c