From: tb Date: Fri, 28 Jul 2023 09:31:21 +0000 (+0000) Subject: Remove some unneeded includes from ecdh.c X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4b61ceb9ba4846e5a5ae4e598457b8385a3d1180;p=openbsd Remove some unneeded includes from ecdh.c --- 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