From: jsing Date: Sun, 26 Mar 2023 19:04:06 +0000 (+0000) Subject: Tidy up includes. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7630aa83cf961cdde9014f1422c665095ee64b62;p=openbsd Tidy up includes. --- 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