From 204a46a7c8e5bf3414ba115aae9636162c92a39a 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/evp/evp_lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/evp') diff --git a/src/lib/libcrypto/evp/evp_lib.c b/src/lib/libcrypto/evp/evp_lib.c index 63bd147fea..8070fa45ae 100644 --- a/src/lib/libcrypto/evp/evp_lib.c +++ b/src/lib/libcrypto/evp/evp_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: evp_lib.c,v 1.21 2021/12/24 12:55:04 tb Exp $ */ +/* $OpenBSD: evp_lib.c,v 1.22 2022/01/07 11:13:54 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -63,6 +63,7 @@ #include #include +#include "asn1_locl.h" #include "evp_locl.h" int -- cgit v1.2.3-55-g6feb