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_lib.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/objects/obj_lib.c') diff --git a/src/lib/libcrypto/objects/obj_lib.c b/src/lib/libcrypto/objects/obj_lib.c index 5327a0cb98..39cd41249f 100644 --- a/src/lib/libcrypto/objects/obj_lib.c +++ b/src/lib/libcrypto/objects/obj_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: obj_lib.c,v 1.15 2018/09/08 10:31:24 tb Exp $ */ +/* $OpenBSD: obj_lib.c,v 1.16 2022/01/07 11:13:54 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -64,6 +64,8 @@ #include #include +#include "asn1_locl.h" + ASN1_OBJECT * OBJ_dup(const ASN1_OBJECT *o) { -- cgit v1.2.3-55-g6feb