From 5da5c83c108c6006c6a5f1191036b26958cb8ad7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 7 Jan 2022 09:27:13 +0000 Subject: Add an essentially empty dh_local.h and include it in the files where it will be needed in the upcoming bump. discussed with jsing --- src/lib/libcrypto/dh/dh_ameth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/dh/dh_ameth.c') diff --git a/src/lib/libcrypto/dh/dh_ameth.c b/src/lib/libcrypto/dh/dh_ameth.c index aee8b05850..fc71bac7bb 100644 --- a/src/lib/libcrypto/dh/dh_ameth.c +++ b/src/lib/libcrypto/dh/dh_ameth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dh_ameth.c,v 1.19 2021/12/12 21:30:13 tb Exp $ */ +/* $OpenBSD: dh_ameth.c,v 1.20 2022/01/07 09:27:13 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -65,6 +65,7 @@ #include #include "asn1_locl.h" +#include "dh_local.h" #include "evp_locl.h" static void -- cgit v1.2.3-55-g6feb