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/objects/obj_dat.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/objects/obj_dat.c') diff --git a/src/lib/libcrypto/objects/obj_dat.c b/src/lib/libcrypto/objects/obj_dat.c index db2579996e..bcbc8cef85 100644 --- a/src/lib/libcrypto/objects/obj_dat.c +++ b/src/lib/libcrypto/objects/obj_dat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: obj_dat.c,v 1.43 2021/09/01 09:42:28 beck Exp $ */ +/* $OpenBSD: obj_dat.c,v 1.44 2022/01/07 11:13:54 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -69,6 +69,8 @@ #include #include +#include "asn1_locl.h" + /* obj_dat.h is generated from objects.h by obj_dat.pl */ #include "obj_dat.h" -- cgit v1.2.3-55-g6feb