소스 검색

poke at svn until it compiles. nick, you should decide if this
is what you meant to do.


svn:r11529

Roger Dingledine 18 년 전
부모
커밋
d4e950ccc8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/common/aes.c

+ 1 - 0
src/common/aes.c

@@ -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,