2013-09-26 17:14:40 +02:00

14 lines
349 B
Plaintext

$NetBSD: patch-aa,v 1.1 2007/02/20 19:15:03 snj Exp $
--- mdfour.h.orig 2007-02-20 10:57:21.000000000 -0800
+++ mdfour.h 2007-02-20 10:58:10.000000000 -0800
@@ -24,7 +24,7 @@
#include "types.h"
struct rs_mdfour {
- int A, B, C, D;
+ unsigned int A, B, C, D;
#if HAVE_UINT64
uint64_t totalN;
#else