Commit c3bc46a1 authored by michael's avatar michael

unused think


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7495 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 45f54165
...@@ -28,8 +28,8 @@ typedef struct AVAES{ ...@@ -28,8 +28,8 @@ typedef struct AVAES{
int rounds; int rounds;
}AVAES; }AVAES;
static const uint8_t rcon[11] = { static const uint8_t rcon[10] = {
0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36
}; };
static uint8_t sbox[256]; static uint8_t sbox[256];
......
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