mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 21:41:27 -04:00
14 lines
349 B
Plaintext
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
|