From be94cfe2fe331560a143676b8617867e0f0674a0 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 7 Jan 2022 11:13:55 +0000 Subject: include asn1_locl.h where it will be needed for the bump. discussed with jsing --- src/lib/libcrypto/asn1/a_object.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/asn1/a_object.c') diff --git a/src/lib/libcrypto/asn1/a_object.c b/src/lib/libcrypto/asn1/a_object.c index 5d91806ba4..1407f7df1c 100644 --- a/src/lib/libcrypto/asn1/a_object.c +++ b/src/lib/libcrypto/asn1/a_object.c @@ -1,4 +1,4 @@ -/* $OpenBSD: a_object.c,v 1.36 2021/12/25 13:17:48 jsing Exp $ */ +/* $OpenBSD: a_object.c,v 1.37 2022/01/07 11:13:54 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -67,6 +67,8 @@ #include #include +#include "asn1_locl.h" + const ASN1_ITEM ASN1_OBJECT_it = { .itype = ASN1_ITYPE_PRIMITIVE, .utype = V_ASN1_OBJECT, -- cgit v1.2.3-55-g6feb