File cryptokit-1.7-uint32.patch of Package sks
Index: cryptokit-1.7/src/stubs-md5.c =================================================================== --- cryptokit-1.7.orig/src/stubs-md5.c +++ cryptokit-1.7/src/stubs-md5.c @@ -18,8 +18,8 @@ #include <caml/alloc.h> struct MD5Context { - uint32 buf[4]; - uint32 bits[2]; + unsigned int buf[4]; + unsigned int bits[2]; unsigned char in[64]; };