From 91b97d2016d6c03d4aa3ce04e0826f9ab7be649d Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 28 Jul 2023 09:18:10 +0000 Subject: [PATCH] Remove some unneeded includes from ecdsa.h --- lib/libcrypto/ecdsa/ecdsa.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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" -- 2.20.1