Commit 7734a95c authored by michael's avatar michael

unused variable


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7543 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9e46f3b7
......@@ -89,7 +89,7 @@ static inline void mix2(uint8_t state[4][4], uint32_t multbl[4][256], int s1, in
}
static inline void crypt(AVAES *a, int s, uint8_t *sbox, uint32_t *multbl){
int t, r;
int r;
for(r=a->rounds; r>1; r--){
addkey(a->state, a->round_key[r]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment