From 32252b67905445c5f332781497a1509d803f7aee Mon Sep 17 00:00:00 2001 From: bcook <> Date: Tue, 9 Nov 2021 18:40:21 +0000 Subject: Switch to from for better portability. ok tb@ --- src/lib/libcrypto/modes/xts128.c | 5 +++-- 1 file changed, 3 insertions(+), 2 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 0be23d4ea9..2084892ee6 100644 --- a/src/lib/libcrypto/modes/xts128.c +++ b/src/lib/libcrypto/modes/xts128.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xts128.c,v 1.7 2017/08/13 17:46:24 bcook Exp $ */ +/* $OpenBSD: xts128.c,v 1.8 2021/11/09 18:40:21 bcook Exp $ */ /* ==================================================================== * Copyright (c) 2011 The OpenSSL Project. All rights reserved. * @@ -48,9 +48,10 @@ * ==================================================================== */ -#include #include #include "modes_lcl.h" + +#include #include #ifndef MODES_DEBUG -- cgit v1.2.3-55-g6feb