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/dsa/dsa_lib.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/dsa/dsa_lib.c') diff --git a/src/lib/libcrypto/dsa/dsa_lib.c b/src/lib/libcrypto/dsa/dsa_lib.c index 84d0fdb320..e910e340a9 100644 --- a/src/lib/libcrypto/dsa/dsa_lib.c +++ b/src/lib/libcrypto/dsa/dsa_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsa_lib.c,v 1.31 2022/01/05 20:52:14 tb Exp $ */ +/* $OpenBSD: dsa_lib.c,v 1.32 2022/01/07 09:27:13 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -74,6 +74,8 @@ #include #endif +#include "dh_local.h" + static const DSA_METHOD *default_DSA_method = NULL; void -- cgit v1.2.3-55-g6feb