From a42b07afac78ec75467b5a5ca9fcbbdaf9d093a4 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 7 Jan 2022 12:24:17 +0000 Subject: A few more files need asn1_locl.h. --- src/lib/libcrypto/asn1/tasn_dec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/asn1/tasn_dec.c') diff --git a/src/lib/libcrypto/asn1/tasn_dec.c b/src/lib/libcrypto/asn1/tasn_dec.c index 21602f1ee6..8f41deef8d 100644 --- a/src/lib/libcrypto/asn1/tasn_dec.c +++ b/src/lib/libcrypto/asn1/tasn_dec.c @@ -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 #include +#include "asn1_locl.h" #include "bytestring.h" /* Constructed types with a recursive definition (such as can be found in PKCS7) -- cgit v1.2.3-55-g6feb