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/dh/dh_pmeth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/dh/dh_pmeth.c') diff --git a/src/lib/libcrypto/dh/dh_pmeth.c b/src/lib/libcrypto/dh/dh_pmeth.c index 24d16ff5d3..0dda6bb1f7 100644 --- a/src/lib/libcrypto/dh/dh_pmeth.c +++ b/src/lib/libcrypto/dh/dh_pmeth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dh_pmeth.c,v 1.10 2017/01/29 17:49:22 beck Exp $ */ +/* $OpenBSD: dh_pmeth.c,v 1.11 2021/12/04 16:08:32 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -67,6 +67,7 @@ #include #include +#include "bn_lcl.h" #include "evp_locl.h" /* DH pkey context structure */ -- cgit v1.2.3-55-g6feb