From 7630aa83cf961cdde9014f1422c665095ee64b62 Mon Sep 17 00:00:00 2001 From: jsing Date: Sun, 26 Mar 2023 19:04:06 +0000 Subject: [PATCH] Tidy up includes. --- lib/libcrypto/sha/sha1dgst.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/lib/libcrypto/sha/sha1dgst.c b/lib/libcrypto/sha/sha1dgst.c index 2700c468047..81141d89daa 100644 --- a/lib/libcrypto/sha/sha1dgst.c +++ b/lib/libcrypto/sha/sha1dgst.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sha1dgst.c,v 1.17 2023/03/26 19:02:40 jsing Exp $ */ +/* $OpenBSD: sha1dgst.c,v 1.18 2023/03/26 19:04:06 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -56,20 +56,16 @@ * [including the GNU Public Licence.] */ -#include - -#include - -#if !defined(OPENSSL_NO_SHA1) && !defined(OPENSSL_NO_SHA) - -#include - #include #include #include + +#include #include +#if !defined(OPENSSL_NO_SHA1) && !defined(OPENSSL_NO_SHA) + #define DATA_ORDER_IS_BIG_ENDIAN #define HASH_LONG SHA_LONG -- 2.20.1