Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/sys/crypto/aes Sort includes.
details: https://anonhg.NetBSD.org/src/rev/3f5cbf7e8107
branches: trunk
changeset: 936392:3f5cbf7e8107
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Jul 26 14:01:14 2020 +0000
description:
Sort includes.
diffstat:
tests/sys/crypto/aes/t_aes.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 5d6d85e0e827 -r 3f5cbf7e8107 tests/sys/crypto/aes/t_aes.c
--- a/tests/sys/crypto/aes/t_aes.c Sun Jul 26 13:39:30 2020 +0000
+++ b/tests/sys/crypto/aes/t_aes.c Sun Jul 26 14:01:14 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_aes.c,v 1.2 2020/07/26 12:43:27 martin Exp $ */
+/* $NetBSD: t_aes.c,v 1.3 2020/07/26 14:01:14 riastradh Exp $ */
/*-
* Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -29,8 +29,8 @@
#include <sys/types.h>
#include <crypto/aes/aes.h>
+#include <crypto/aes/aes_bear.h>
#include <crypto/aes/aes_impl.h>
-#include <crypto/aes/aes_bear.h>
#if defined(__i386__) || defined(__x86_64__)
#include <crypto/aes/arch/x86/aes_ni.h>
Home |
Main Index |
Thread Index |
Old Index