Sort includes.
authorjsing <jsing@openbsd.org>
Sat, 30 Jul 2022 14:49:15 +0000 (14:49 +0000)
committerjsing <jsing@openbsd.org>
Sat, 30 Jul 2022 14:49:15 +0000 (14:49 +0000)
regress/lib/libcrypto/aead/aeadtest.c

index 50072de..a6a2673 100644 (file)
@@ -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.
  *
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <ctype.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <stdint.h>
 #include <unistd.h>
-#include <ctype.h>
 
-#include <openssl/evp.h>
 #include <openssl/err.h>
+#include <openssl/evp.h>
 
 /*
  * This program tests an AEAD against a series of test vectors from a file. The