updates. New data types.
[silc.git] / lib / silccrypt / blowfish.c
index 03ff471cf55b528ef19fd102376ba3c2a64f73ae..03d381aece1538f5898555abb41e5e1b1023d12e 100644 (file)
@@ -307,7 +307,7 @@ static u32 bf_sbox[256 * 4] =
 
 /* 
  * Round loop unrolling macros, S is a pointer to a S-Box array
- * organized in 4 unsigned longs at a row.
+ * organized in 4 uint32s at a row.
  */
 
 #define GET32_3(x) (((x) & 0xff))