aboutsummaryrefslogtreecommitdiff
path: root/security/pgpin/files/patch-md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/pgpin/files/patch-md5.h')
-rw-r--r--security/pgpin/files/patch-md5.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pgpin/files/patch-md5.h b/security/pgpin/files/patch-md5.h
new file mode 100644
index 000000000000..9b6b9e293352
--- /dev/null
+++ b/security/pgpin/files/patch-md5.h
@@ -0,0 +1,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__)
+ typedef unsigned int uint32;
+ #else
+ typedef unsigned long uint32;