X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fblowfish.c;h=03d381aece1538f5898555abb41e5e1b1023d12e;hb=72cfa31520ebc0058763a30e21c13f6e9a964aa0;hp=03ff471cf55b528ef19fd102376ba3c2a64f73ae;hpb=2be0be2432fff760084c4093291e79f1fa6262d8;p=silc.git diff --git a/lib/silccrypt/blowfish.c b/lib/silccrypt/blowfish.c index 03ff471c..03d381ae 100644 --- a/lib/silccrypt/blowfish.c +++ b/lib/silccrypt/blowfish.c @@ -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))