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/asn_moid.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/asn1/asn_moid.c') diff --git a/src/lib/libcrypto/asn1/asn_moid.c b/src/lib/libcrypto/asn1/asn_moid.c index 7bf493e288..c672f0ae94 100644 --- a/src/lib/libcrypto/asn1/asn_moid.c +++ b/src/lib/libcrypto/asn1/asn_moid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asn_moid.c,v 1.13 2017/01/29 17:49:22 beck Exp $ */ +/* $OpenBSD: asn_moid.c,v 1.14 2022/01/07 11:13:54 tb Exp $ */ /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL * project 2001. */ @@ -65,6 +65,8 @@ #include #include +#include "asn1_locl.h" + /* Simple ASN1 OID module: add all objects in a given section */ static int do_create(char *value, char *name); -- cgit v1.2.3-55-g6feb