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 Add missing include to fix the build on...
details: https://anonhg.NetBSD.org/src/rev/a64efd2dffc0
branches: trunk
changeset: 936389:a64efd2dffc0
user: martin <martin%NetBSD.org@localhost>
date: Sun Jul 26 12:43:27 2020 +0000
description:
Add missing include to fix the build on architectures w/o any special
accelerated AES implementation.
diffstat:
tests/sys/crypto/aes/t_aes.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e46cdca55c02 -r a64efd2dffc0 tests/sys/crypto/aes/t_aes.c
--- a/tests/sys/crypto/aes/t_aes.c Sun Jul 26 12:27:09 2020 +0000
+++ b/tests/sys/crypto/aes/t_aes.c Sun Jul 26 12:43:27 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_aes.c,v 1.1 2020/06/30 20:32:11 riastradh Exp $ */
+/* $NetBSD: t_aes.c,v 1.2 2020/07/26 12:43:27 martin Exp $ */
/*-
* Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -29,6 +29,7 @@
#include <sys/types.h>
#include <crypto/aes/aes.h>
+#include <crypto/aes/aes_impl.h>
#include <crypto/aes/aes_bear.h>
#if defined(__i386__) || defined(__x86_64__)
Home |
Main Index |
Thread Index |
Old Index