X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fciphers_def.h;h=085a980656c989202362bf1eef7e7211121b7da5;hb=72cfa31520ebc0058763a30e21c13f6e9a964aa0;hp=3db98254a3d5f880e997b2ed99768ef6f4cb2032;hpb=2be0be2432fff760084c4093291e79f1fa6262d8;p=silc.git diff --git a/lib/silccrypt/ciphers_def.h b/lib/silccrypt/ciphers_def.h index 3db98254..085a9806 100644 --- a/lib/silccrypt/ciphers_def.h +++ b/lib/silccrypt/ciphers_def.h @@ -23,8 +23,8 @@ /* General definitions for algorithms */ typedef unsigned char u1byte; -typedef unsigned int u4byte; -typedef unsigned int u32; +typedef uint32 u4byte; +typedef uint32 u32; #define rotr(x, nr) (((x) >> ((int)(nr))) | ((x) << (32 - (int)(nr)))) #define rotl(x, nr) (((x) << ((int)(nr))) | ((x) >> (32 - (int)(nr))))