]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 18 Feb 2003 19:00:54 +0000 (19:00 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 18 Feb 2003 19:00:54 +0000 (19:00 +0000)
lib/ChangeLog

index da90db4fb44c326c4805920ef0f2997dff970ec4..7653ae193f3dfc8bad4c9282a6c383b9ce294f83 100644 (file)
@@ -1,5 +1,12 @@
 2003-02-18  Jim Meyering  <jim@meyering.net>
 
+       * md5.c (md5_stream) [BLOCKSIZE]: Move definition to top of file.
+       Ensure that it is a multiple of 64.
+       Rearrange loop exit tests so as to avoid performing an
+       additional fread after encountering an error or EOF.
+       Reported by Michael Bacarella.
+       * sha.c (sha_stream): Likewise.
+
        * Makefile.am (CLEANFILES): Remove ftw.h and search.h.
        (DISTCLEANFILES): Add them here.
        Add fnmatch.h, too.