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_ameth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/dsa/dsa_ameth.c') diff --git a/src/lib/libcrypto/dsa/dsa_ameth.c b/src/lib/libcrypto/dsa/dsa_ameth.c index af9ebaddde..3c7644d251 100644 --- a/src/lib/libcrypto/dsa/dsa_ameth.c +++ b/src/lib/libcrypto/dsa/dsa_ameth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsa_ameth.c,v 1.29 2021/12/12 21:30:13 tb Exp $ */ +/* $OpenBSD: dsa_ameth.c,v 1.30 2022/01/07 09:35:36 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -69,6 +69,7 @@ #include "asn1_locl.h" #include "bn_lcl.h" +#include "dsa_locl.h" #include "evp_locl.h" static int -- cgit v1.2.3-55-g6feb