summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ax25/md5.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ax25/md5.h b/ax25/md5.h
index 2bf3867..fc45c8a 100644
--- a/ax25/md5.h
+++ b/ax25/md5.h
@@ -42,7 +42,11 @@
#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 {