1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-06 00:29:44 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-02-18 19:00:54 +00:00
parent 714f398d7f
commit 3bb9bacdd7
+7
View 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.