]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
asn1_item_list.h is not a self contained header file
authorBob Beck <beck@openssl.org>
Wed, 3 Sep 2025 01:03:38 +0000 (19:03 -0600)
committerNorbert Pocs <norbertp@openssl.org>
Wed, 6 May 2026 11:35:24 +0000 (13:35 +0200)
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
MergeDate: Wed May  6 11:35:45 2026
(Merged from https://github.com/openssl/openssl/pull/31001)

crypto/asn1/asn1_item_list.c
crypto/asn1/asn1_item_list.inc [moved from crypto/asn1/asn1_item_list.h with 100% similarity]

index 2b57694e336e84e92eafdb35ad1575c61fb16e7c..8d4f6daf6a8b390bef66e4f0a0de1560c3e73f1c 100644 (file)
@@ -23,7 +23,9 @@
 #include <openssl/x509v3.h>
 #include <openssl/x509_acert.h>
 
-#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)
 {