From 842e79ce2b3a53daefa413bee5287b22d37edba6 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 7 Jan 2022 09:35:36 +0000 Subject: Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by including the local header where it will be needed. discussed with jsing --- src/lib/libcrypto/dsa/dsa_lib.c | 3 ++- 1 file changed, 2 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 e910e340a9..7a7986b1f7 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.32 2022/01/07 09:27:13 tb Exp $ */ +/* $OpenBSD: dsa_lib.c,v 1.33 2022/01/07 09:35:36 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -75,6 +75,7 @@ #endif #include "dh_local.h" +#include "dsa_locl.h" static const DSA_METHOD *default_DSA_method = NULL; -- cgit v1.2.3-55-g6feb