From 0eb718914decfe880abddbeaaa38a9f4085be18d Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 28 May 2023 13:57:27 +0000 Subject: Clean up includes. --- src/lib/libcrypto/sha/sha256.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/sha/sha256.c b/src/lib/libcrypto/sha/sha256.c index 8ee23f3474..62e7a397f6 100644 --- a/src/lib/libcrypto/sha/sha256.c +++ b/src/lib/libcrypto/sha/sha256.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sha256.c,v 1.18 2023/05/28 13:55:55 jsing Exp $ */ +/* $OpenBSD: sha256.c,v 1.19 2023/05/28 13:57:27 jsing Exp $ */ /* ==================================================================== * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. * @@ -52,17 +52,16 @@ * Hudson (tjh@cryptsoft.com). */ -#include - -#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA256) - #include #include #include +#include + #include #include -#include + +#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA256) int SHA224_Init(SHA256_CTX *c) -- cgit v1.2.3-55-g6feb