From 9c5ea71bae1a127e105ddfec83aabaa35ad748d2 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 09:31:21 +0000 Subject: Remove some unneeded includes from ecdh.c --- src/lib/libcrypto/ecdh/ecdh.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/ecdh/ecdh.c b/src/lib/libcrypto/ecdh/ecdh.c index 08183364f9..b0a8e60a2f 100644 --- a/src/lib/libcrypto/ecdh/ecdh.c +++ b/src/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 -- cgit v1.2.3-55-g6feb