bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

md4 fix


From: Simon Josefsson
Subject: md4 fix
Date: Mon, 24 Oct 2005 21:14:17 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Installed.

2005-10-24  Simon Josefsson  <address@hidden>

        * md4.h: Shrink buffer size, now that we changed the type.

--- md4.h       22 Oct 2005 17:28:46 +0200      1.2
+++ md4.h       23 Oct 2005 17:01:02 +0200      
@@ -34,7 +34,7 @@
 
   uint32_t total[2];
   uint32_t buflen;
-  uint32_t buffer[128];
+  uint32_t buffer[32];
 };
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]