From 3f3422996204771302c299810f9030ac5597e148 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 27 Mar 2023 10:13:08 +0000 Subject: Tidy includes. --- src/lib/libcrypto/sha/sha512.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/sha/sha512.c b/src/lib/libcrypto/sha/sha512.c index 9fce0fcb43..7899ca3288 100644 --- a/src/lib/libcrypto/sha/sha512.c +++ b/src/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 -- cgit v1.2.3-55-g6feb