Added CFB mode to aes, twofish and cast5. Unified the CBC, CFB and
[silc.git] / lib / silccrypt / rijndael_internal.h
index e6dcb1c3a4a5fa9dca85a4d7bcbec681625581e6..c1dc7e80fc4e86eac4eb7832fa4bf79c0fd32b8a 100644 (file)
@@ -37,7 +37,6 @@
 #define KS_LENGTH       60
 
 typedef union {
-  uint_32t l;
   uint_8t b[4];
 } aes_inf;