$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 */ 
 
 
 /********************************************************************/
