summaryrefslogtreecommitdiff
path: root/src/common/aes.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-03-12 23:31:16 +0000
committerNick Mathewson <nickm@torproject.org>2006-03-12 23:31:16 +0000
commitbd8ffccae7e1bb4030f9ca5e6dd9c8918256de75 (patch)
tree26820b373ebcbe66894a347d59b0136eb9265bbf /src/common/aes.c
parent474c60b7433da2302c35832571f41867714d8f65 (diff)
downloadtor-bd8ffccae7e1bb4030f9ca5e6dd9c8918256de75.tar.gz
tor-bd8ffccae7e1bb4030f9ca5e6dd9c8918256de75.zip
More cleanups noticed by weasel; also, remove macros that nobody uses.
svn:r6143
Diffstat (limited to 'src/common/aes.c')
-rw-r--r--src/common/aes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/aes.c b/src/common/aes.c
index a0c759dc46..088d29a18e 100644
--- a/src/common/aes.c
+++ b/src/common/aes.c
@@ -48,8 +48,6 @@ typedef uint32_t u32;
typedef uint8_t u8;
#ifndef USE_OPENSSL_AES
-#define MAXKC (256/32)
-#define MAXKB (256/8)
#define MAXNR 14
static int rijndaelKeySetupEnc(u32 rk[/*4*(Nr + 1)*/],