summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RIPEMD160/patches/patch-aa
blob: b45145b7adf1db857a39b6a275a1b8844edd0576 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 */ 
 
 
 /********************************************************************/