From: tb Date: Fri, 28 Jul 2023 09:18:10 +0000 (+0000) Subject: Remove some unneeded includes from ecdsa.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=91b97d2016d6c03d4aa3ce04e0826f9ab7be649d;p=openbsd Remove some unneeded includes from ecdsa.h --- diff --git a/lib/libcrypto/ecdsa/ecdsa.c b/lib/libcrypto/ecdsa/ecdsa.c index 38ae4152772..1252ab2a43c 100644 --- a/lib/libcrypto/ecdsa/ecdsa.c +++ b/lib/libcrypto/ecdsa/ecdsa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ecdsa.c,v 1.15 2023/07/28 08:57:46 tb Exp $ */ +/* $OpenBSD: ecdsa.c,v 1.16 2023/07/28 09:18:10 tb Exp $ */ /* ==================================================================== * Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. * @@ -57,15 +57,11 @@ #include #include -#include - #include #include #include -#include #include #include -#include #include "bn_local.h" #include "ec_local.h"