poke at svn until it compiles. nick, you should decide if this

is what you meant to do.


svn:r11529
This commit is contained in:
Roger Dingledine 2007-09-20 03:06:45 +00:00
parent ee1b4528d0
commit d4e950ccc8
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ static int rijndaelKeySetupEnc(u32 rk[/*4*(Nr + 1)*/],
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,