summaryrefslogtreecommitdiff
path: root/rijndael.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-03-16 11:09:52 +0000
committerDamien Miller <djm@mindrot.org>2015-03-23 17:08:12 +1100
commitb07011c18e0b2e172c5fd09d21fb159a0bf5fcc7 (patch)
tree5b56867784c62ff8712da34d2a5a96bc5b85e802 /rijndael.c
parent1cb3016635898d287e9d58b50c430995652d5358 (diff)
downloadopenssh-git-b07011c18e0b2e172c5fd09d21fb159a0bf5fcc7.tar.gz
upstream commit
#if 0 some more arrays used only for decrypting (we don't use since we only need encrypt for AES-CTR)
Diffstat (limited to 'rijndael.c')
-rw-r--r--rijndael.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rijndael.c b/rijndael.c
index b352a11e..40ab7b1f 100644
--- a/rijndael.c
+++ b/rijndael.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rijndael.c,v 1.19 2014/11/18 22:38:48 mikeb Exp $ */
+/* $OpenBSD: rijndael.c,v 1.20 2015/03/16 11:09:52 djm Exp $ */
/**
* rijndael-alg-fst.c