From 4b61ceb9ba4846e5a5ae4e598457b8385a3d1180 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 28 Jul 2023 09:31:21 +0000 Subject: [PATCH] Remove some unneeded includes from ecdh.c --- lib/libcrypto/ecdh/ecdh.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/libcrypto/ecdh/ecdh.c b/lib/libcrypto/ecdh/ecdh.c index 08183364f91..b0a8e60a2fd 100644 --- a/lib/libcrypto/ecdh/ecdh.c +++ b/lib/libcrypto/ecdh/ecdh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ecdh.c,v 1.9 2023/07/28 09:30:22 tb Exp $ */ +/* $OpenBSD: ecdh.c,v 1.10 2023/07/28 09:31:21 tb Exp $ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * @@ -71,11 +71,8 @@ #include #include -#include - #include #include -#include #include #include -- 2.20.1