File linkt-md5-x64.diff of Package linkt
diff -Nur linkt-0.8rc3.orig/linkt/md5.h linkt-0.8rc3/linkt/md5.h
--- linkt-0.8rc3.orig/linkt/md5.h 2000-01-31 01:48:18.000000000 +0100
+++ linkt-0.8rc3/linkt/md5.h 2010-04-24 13:03:12.484777454 +0200
@@ -42,7 +42,12 @@
#define MD5_H
/* typedef a 32-bit type */
+#ifdef _LP64
+typedef unsigned int UINT4;
+#else
typedef unsigned long int UINT4;
+#endif
+
/* Data structure for MD5 (Message-Digest) computation */
typedef struct {