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, 0 insertions, 13 deletions
diff --git a/security/p5-Crypt-RIPEMD160/patches/patch-aa b/security/p5-Crypt-RIPEMD160/patches/patch-aa
deleted file mode 100644
index b45145b7adf..00000000000
--- a/security/p5-Crypt-RIPEMD160/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$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 */
-
-
- /********************************************************************/