From 1c0efc8280713824e8dcbf6ffff13ab3e175a292 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 21 Apr 2025 15:54:32 +0000 Subject: Tidy includes. --- src/lib/libcrypto/modes/xts128.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/modes/xts128.c') diff --git a/src/lib/libcrypto/modes/xts128.c b/src/lib/libcrypto/modes/xts128.c index 7516acf850..eb635ef088 100644 --- a/src/lib/libcrypto/modes/xts128.c +++ b/src/lib/libcrypto/modes/xts128.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xts128.c,v 1.12 2023/07/08 14:56:54 beck Exp $ */ +/* $OpenBSD: xts128.c,v 1.13 2025/04/21 15:54:32 jsing Exp $ */ /* ==================================================================== * Copyright (c) 2011 The OpenSSL Project. All rights reserved. * @@ -48,12 +48,13 @@ * ==================================================================== */ -#include -#include "modes_local.h" - #include #include +#include + +#include "modes_local.h" + #ifndef MODES_DEBUG # ifndef NDEBUG # define NDEBUG -- cgit v1.2.3-55-g6feb