Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/regress/sys/crypto/rijndael #include <crypto/rijndael/rijnda...



details:   https://anonhg.NetBSD.org/src/rev/454fde4c0aa6
branches:  trunk
changeset: 551085:454fde4c0aa6
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Aug 28 22:31:46 2003 +0000

description:
#include <crypto/rijndael/rijndael-api-fst.h> to make this compile.

diffstat:

 regress/sys/crypto/rijndael/rijndaeltest.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e56bdedf4b58 -r 454fde4c0aa6 regress/sys/crypto/rijndael/rijndaeltest.c
--- a/regress/sys/crypto/rijndael/rijndaeltest.c        Thu Aug 28 22:16:01 2003 +0000
+++ b/regress/sys/crypto/rijndael/rijndaeltest.c        Thu Aug 28 22:31:46 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rijndaeltest.c,v 1.4 2001/05/27 01:58:18 itojun Exp $  */
+/*     $NetBSD: rijndaeltest.c,v 1.5 2003/08/28 22:31:46 uwe Exp $     */
 /*     $KAME: rijndaeltest.c,v 1.7 2001/05/27 01:56:45 itojun Exp $    */
 
 /*
@@ -39,6 +39,7 @@
 #include <err.h>
 
 #include <crypto/rijndael/rijndael.h>
+#include <crypto/rijndael/rijndael-api-fst.h>
 
 /* decrypt test */
 struct {



Home | Main Index | Thread Index | Old Index