aboutsummaryrefslogtreecommitdiffstats
path: root/security/pgpin/files/patch-md5.h
blob: 9e6bd44eafc30c36d6ae8639035bb1429beb4b60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- md5.h.orig  Mon Jan 12 00:13:05 1998
+++ md5.h   Sun Dec  8 11:50:50 2002
@@ -1,7 +1,7 @@
 #ifndef MD5_H
 #define MD5_H
 
-#ifdef __alpha
+#if defined(__alpha) || defined(__sparc64__) || defined(__ia64__)
 typedef unsigned int uint32;
 #else
 typedef unsigned long uint32;