From c311eaf37cbfab9001738c1e4a69046cf9e623c7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 25 Jun 2023 19:26:04 +0000 Subject: Stop including ech_local.h --- src/lib/libcrypto/ecdh/ech_key.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 208a4b328e..aa831f2b87 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.17 2023/06/25 19:17:43 tb Exp $ */ +/* $OpenBSD: ech_key.c,v 1.18 2023/06/25 19:26:04 tb Exp $ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * @@ -73,12 +73,12 @@ #include #include +#include #include #include #include #include "bn_local.h" -#include "ech_local.h" #include "ec_local.h" /* -- cgit v1.2.3-55-g6feb