From 22c7ebffdade6036f5b46347f6a6ca41023c6253 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Dec 2004 01:45:05 +0000 Subject: more little compile fixes --- src/libsec/port/aes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsec') diff --git a/src/libsec/port/aes.c b/src/libsec/port/aes.c index cdcb9bb5..144aaf69 100644 --- a/src/libsec/port/aes.c +++ b/src/libsec/port/aes.c @@ -43,9 +43,9 @@ static const u32 Td3[256]; static const u8 Te4[256]; static int rijndaelKeySetupEnc(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits); -/* +#ifdef NOTUSED static int rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits); -*/ +#endif static int rijndaelKeySetup(u32 erk[/*4*(Nr + 1)*/], u32 drk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits); static void rijndaelEncrypt(const u32int rk[], int Nr, const uchar pt[16], uchar ct[16]); static void rijndaelDecrypt(const u32int rk[], int Nr, const uchar ct[16], uchar pt[16]); -- cgit v1.2.3