summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-08 00:45:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-08 00:45:16 +0000
commit51b6e369c3b2a28f7596aaa0766dd3e267d2dc3d (patch)
treed489b9d32fb93df235ace760bf824ef5dee6107b /sys
parent084d66ae20c79dbfe63450037db1f4d3911e7a84 (diff)
save kernel space; full unroll is not needed; from freebsd
Diffstat (limited to 'sys')
-rw-r--r--sys/crypto/rijndael.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/crypto/rijndael.c b/sys/crypto/rijndael.c
index 26070ac4ca5..c9ca4e19949 100644
--- a/sys/crypto/rijndael.c
+++ b/sys/crypto/rijndael.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rijndael.c,v 1.14 2004/02/05 18:55:20 deraadt Exp $ */
+/* $OpenBSD: rijndael.c,v 1.15 2004/02/08 00:45:15 deraadt Exp $ */
/**
* rijndael-alg-fst.c
@@ -31,7 +31,7 @@
#include <crypto/rijndael.h>
-#define FULL_UNROLL
+#undef FULL_UNROLL
/*
Te0[x] = S [x].[02, 01, 01, 03];