summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/tasn_dec.c
diff options
context:
space:
mode:
authortb <>2022-01-07 12:24:17 +0000
committertb <>2022-01-07 12:24:17 +0000
commita42b07afac78ec75467b5a5ca9fcbbdaf9d093a4 (patch)
tree3be8aaa0be1ff366c334c72a7b5f62d1f95d7987 /src/lib/libcrypto/asn1/tasn_dec.c
parentbe94cfe2fe331560a143676b8617867e0f0674a0 (diff)
downloadopenbsd-a42b07afac78ec75467b5a5ca9fcbbdaf9d093a4.tar.gz
openbsd-a42b07afac78ec75467b5a5ca9fcbbdaf9d093a4.tar.bz2
openbsd-a42b07afac78ec75467b5a5ca9fcbbdaf9d093a4.zip
A few more files need asn1_locl.h.
Diffstat (limited to 'src/lib/libcrypto/asn1/tasn_dec.c')
-rw-r--r--src/lib/libcrypto/asn1/tasn_dec.c3
1 files changed, 2 insertions, 1 deletions
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 @@
1/* $OpenBSD: tasn_dec.c,v 1.47 2021/12/25 13:17:48 jsing Exp $ */ 1/* $OpenBSD: tasn_dec.c,v 1.48 2022/01/07 12:24:17 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2000. 3 * project 2000.
4 */ 4 */
@@ -66,6 +66,7 @@
66#include <openssl/err.h> 66#include <openssl/err.h>
67#include <openssl/objects.h> 67#include <openssl/objects.h>
68 68
69#include "asn1_locl.h"
69#include "bytestring.h" 70#include "bytestring.h"
70 71
71/* Constructed types with a recursive definition (such as can be found in PKCS7) 72/* Constructed types with a recursive definition (such as can be found in PKCS7)