From 978a915ac58221076f5277aaab348417f7624f02 Mon Sep 17 00:00:00 2001 From: jsing Date: Mon, 27 Mar 2023 10:13:08 +0000 Subject: [PATCH] Tidy includes. --- lib/libcrypto/sha/sha512.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 2.20.1