From 66af3f7e2731b7424c6b93855c32fbbecc281471 Mon Sep 17 00:00:00 2001 From: jsing Date: Sat, 30 Jul 2022 14:49:15 +0000 Subject: [PATCH] Sort includes. --- regress/lib/libcrypto/aead/aeadtest.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/regress/lib/libcrypto/aead/aeadtest.c b/regress/lib/libcrypto/aead/aeadtest.c index 50072de0e91..a6a2673320c 100644 --- a/regress/lib/libcrypto/aead/aeadtest.c +++ b/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 -- 2.20.1