summaryrefslogtreecommitdiff
path: root/security/pgp2/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'security/pgp2/patches/patch-ah')
-rw-r--r--security/pgp2/patches/patch-ah16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/pgp2/patches/patch-ah b/security/pgp2/patches/patch-ah
new file mode 100644
index 00000000000..e9e77ecc29c
--- /dev/null
+++ b/security/pgp2/patches/patch-ah
@@ -0,0 +1,16 @@
+$NetBSD: patch-ah,v 1.1 2006/09/28 16:21:46 tron Exp $
+
+--- md5.h.orig 1994-08-01 16:12:18.000000000 +0100
++++ md5.h 2006-09-28 17:16:02.000000000 +0100
+@@ -1,11 +1,7 @@
+ #ifndef MD5_H
+ #define MD5_H
+
+-#ifdef __alpha
+ typedef unsigned int uint32;
+-#else
+-typedef unsigned long uint32;
+-#endif
+
+ struct MD5Context {
+ uint32 buf[4];