From: jsing Date: Mon, 27 Mar 2023 10:13:08 +0000 (+0000) Subject: Tidy includes. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=978a915ac58221076f5277aaab348417f7624f02;p=openbsd Tidy includes. --- diff --git a/lib/libcrypto/sha/sha512.c b/lib/libcrypto/sha/sha512.c index 9fce0fcb438..7899ca32885 100644 --- a/lib/libcrypto/sha/sha512.c +++ b/lib/libcrypto/sha/sha512.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sha512.c,v 1.20 2023/03/26 17:56:51 jsing Exp $ */ +/* $OpenBSD: sha512.c,v 1.21 2023/03/27 10:13:08 jsing Exp $ */ /* ==================================================================== * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. * @@ -58,6 +58,9 @@ #include +#include +#include + #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA512) /* * IMPLEMENTATION NOTES. @@ -95,10 +98,6 @@ * */ -#include -#include -#include - #if !defined(__STRICT_ALIGNMENT) || defined(SHA512_ASM) #define SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA #endif