--- centericq-4.20.0/libjabber-0.1/libxode.h.orig 2005-04-10 22:40:35.210731752 +0200 +++ centericq-4.20.0/libjabber-0.1/libxode.h 2005-04-10 22:40:39.701049120 +0200 @@ -424,10 +424,10 @@ */ typedef struct { - unsigned long H[5]; - unsigned long W[80]; + uint32_t H[5]; + uint32_t W[80]; int lenW; - unsigned long sizeHi,sizeLo; + uint32_t sizeHi,sizeLo; } SHA_CTX;