changeset 192:7787c6fb07e1 libavutil

unused think
author michael
date Sun, 14 Jan 2007 19:41:57 +0000
parents a2a3c80706e5
children b6d397f6be75
files aes.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/aes.c	Sun Jan 14 19:39:38 2007 +0000
+++ b/aes.c	Sun Jan 14 19:41:57 2007 +0000
@@ -28,8 +28,8 @@
     int rounds;
 }AVAES;
 
-static const uint8_t rcon[11] = {
-  0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c
+static const uint8_t rcon[10] = {
+  0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36
 };
 
 static uint8_t     sbox[256];