summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RIPEMD160/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-RIPEMD160/patches/patch-aa')
-rw-r--r--security/p5-Crypt-RIPEMD160/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/p5-Crypt-RIPEMD160/patches/patch-aa b/security/p5-Crypt-RIPEMD160/patches/patch-aa
new file mode 100644
index 00000000000..b45145b7adf
--- /dev/null
+++ b/security/p5-Crypt-RIPEMD160/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2010/02/12 18:04:54 sno Exp $
+
+--- rmd160.h.orig 1998-04-07 09:32:36.000000000 +0000
++++ rmd160.h
+@@ -25,7 +25,7 @@
+ for your operating system and compiler */
+ typedef unsigned char byte; /* unsigned 8-bit integer */
+ typedef unsigned short word; /* unsigned 16-bit integer */
+-typedef unsigned long dword; /* unsigned 32-bit integer */
++typedef unsigned int dword; /* unsigned 32-bit integer */
+
+
+ /********************************************************************/