From a75a07c9d53bf7f5f7c73650fec4ba578b806405 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 4 Dec 2021 16:08:32 +0000 Subject: Add #include "bn_lcl.h" to the files that will soon need it. ok inoguchi jsing --- src/lib/libcrypto/dsa/dsa_depr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/dsa/dsa_depr.c') diff --git a/src/lib/libcrypto/dsa/dsa_depr.c b/src/lib/libcrypto/dsa/dsa_depr.c index 269cd63450..673e7000a0 100644 --- a/src/lib/libcrypto/dsa/dsa_depr.c +++ b/src/lib/libcrypto/dsa/dsa_depr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsa_depr.c,v 1.7 2014/10/18 17:20:40 jsing Exp $ */ +/* $OpenBSD: dsa_depr.c,v 1.8 2021/12/04 16:08:32 tb Exp $ */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * @@ -68,6 +68,8 @@ #include #include +#include "bn_lcl.h" + #ifndef OPENSSL_NO_DEPRECATED DSA * DSA_generate_parameters(int bits, unsigned char *seed_in, int seed_len, -- cgit v1.2.3-55-g6feb