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/ecdh/ech_key.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/ecdh/ech_key.c') diff --git a/src/lib/libcrypto/ecdh/ech_key.c b/src/lib/libcrypto/ecdh/ech_key.c index e59ce8bc3c..797cb01891 100644 --- a/src/lib/libcrypto/ecdh/ech_key.c +++ b/src/lib/libcrypto/ecdh/ech_key.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ech_key.c,v 1.11 2021/04/20 17:23:37 tb Exp $ */ +/* $OpenBSD: ech_key.c,v 1.12 2021/12/04 16:08:32 tb Exp $ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * @@ -77,6 +77,7 @@ #include #include +#include "bn_lcl.h" #include "ech_locl.h" #include "ec_lcl.h" -- cgit v1.2.3-55-g6feb