[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11529: poke at svn until it compiles. nick, you should decide if th (tor/trunk/src/common)
Author: arma
Date: 2007-09-19 23:06:45 -0400 (Wed, 19 Sep 2007)
New Revision: 11529
Modified:
tor/trunk/src/common/aes.c
Log:
poke at svn until it compiles. nick, you should decide if this
is what you meant to do.
Modified: tor/trunk/src/common/aes.c
===================================================================
--- tor/trunk/src/common/aes.c 2007-09-20 02:29:18 UTC (rev 11528)
+++ tor/trunk/src/common/aes.c 2007-09-20 03:06:45 UTC (rev 11529)
@@ -118,6 +118,7 @@
const u8 cipherKey[], int keyBits);
#ifdef USE_RIJNDAEL_COUNTER_OPTIMIZATION
static void rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr,
+ u32 ctr3, u32 ctr2,
u32 ctr1, u32 ctr0, u8 ct[16]);
#else
static void rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr,