A few more files need asn1_locl.h.
authortb <tb@openbsd.org>
Fri, 7 Jan 2022 12:24:17 +0000 (12:24 +0000)
committertb <tb@openbsd.org>
Fri, 7 Jan 2022 12:24:17 +0000 (12:24 +0000)
lib/libcrypto/asn1/tasn_dec.c
lib/libcrypto/asn1/tasn_fre.c
lib/libcrypto/asn1/tasn_new.c

index 21602f1..8f41dee 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: tasn_dec.c,v 1.47 2021/12/25 13:17:48 jsing Exp $ */
+/* $OpenBSD: tasn_dec.c,v 1.48 2022/01/07 12:24:17 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
@@ -66,6 +66,7 @@
 #include <openssl/err.h>
 #include <openssl/objects.h>
 
+#include "asn1_locl.h"
 #include "bytestring.h"
 
 /* Constructed types with a recursive definition (such as can be found in PKCS7)
index b621af3..64d3856 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: tasn_fre.c,v 1.17 2019/04/01 15:48:04 jsing Exp $ */
+/* $OpenBSD: tasn_fre.c,v 1.18 2022/01/07 12:24:17 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
@@ -62,6 +62,8 @@
 #include <openssl/asn1t.h>
 #include <openssl/objects.h>
 
+#include "asn1_locl.h"
+
 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it,
     int combine);
 
index 24145c7..1f17f17 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: tasn_new.c,v 1.20 2021/12/25 13:17:48 jsing Exp $ */
+/* $OpenBSD: tasn_new.c,v 1.21 2022/01/07 12:24:17 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
@@ -64,6 +64,8 @@
 #include <openssl/asn1t.h>
 #include <string.h>
 
+#include "asn1_locl.h"
+
 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
     int combine);
 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);