From 2e8121ec607a52280e34e73c46721a343b649ac4 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 30 Jul 2022 14:49:15 +0000 Subject: Sort includes. --- src/regress/lib/libcrypto/aead/aeadtest.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/aead/aeadtest.c b/src/regress/lib/libcrypto/aead/aeadtest.c index 50072de0e9..a6a2673320 100644 --- a/src/regress/lib/libcrypto/aead/aeadtest.c +++ b/src/regress/lib/libcrypto/aead/aeadtest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aeadtest.c,v 1.16 2022/07/30 14:24:33 jsing Exp $ */ +/* $OpenBSD: aeadtest.c,v 1.17 2022/07/30 14:49:15 jsing Exp $ */ /* * Copyright (c) 2014, Google Inc. * @@ -15,15 +15,15 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include +#include #include #include #include -#include #include -#include -#include #include +#include /* * This program tests an AEAD against a series of test vectors from a file. The -- cgit v1.2.3-55-g6feb