From: Bob Beck Date: Wed, 3 Sep 2025 01:03:38 +0000 (-0600) Subject: asn1_item_list.h is not a self contained header file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2220ecf392bd841e9ac56f144cdc9a48c77065b3;p=thirdparty%2Fopenssl.git asn1_item_list.h is not a self contained header file Reviewed-by: Tomas Mraz Reviewed-by: Nikola Pajkovsky Reviewed-by: Norbert Pocs MergeDate: Wed May 6 11:35:45 2026 (Merged from https://github.com/openssl/openssl/pull/31001) --- diff --git a/crypto/asn1/asn1_item_list.c b/crypto/asn1/asn1_item_list.c index 2b57694e336..8d4f6daf6a8 100644 --- a/crypto/asn1/asn1_item_list.c +++ b/crypto/asn1/asn1_item_list.c @@ -23,7 +23,9 @@ #include #include -#include "asn1_item_list.h" +/* clang-format off */ +#include "asn1_item_list.inc" +/* clang-format on */ const ASN1_ITEM *ASN1_ITEM_lookup(const char *name) { diff --git a/crypto/asn1/asn1_item_list.h b/crypto/asn1/asn1_item_list.inc similarity index 100% rename from crypto/asn1/asn1_item_list.h rename to crypto/asn1/asn1_item_list.inc