From: jsing Date: Sat, 30 Jul 2022 14:49:15 +0000 (+0000) Subject: Sort includes. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=66af3f7e2731b7424c6b93855c32fbbecc281471;p=openbsd Sort includes. --- 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