1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-04 03:06:23 +02:00
This commit is contained in:
Jim Meyering
1995-06-16 04:25:05 +00:00
parent 583e66e5b0
commit 643a49ea6c

View File

@@ -15,6 +15,12 @@ Thu Jun 15 22:09:14 1995 Jim Meyering (meyering@comco.com)
or using strings.
(hex_digits): Unprotoize.
* md5sum.c (main): Don't use a separate loop to convert to lower
case. Suggested by Ulrich Drepper.
(CLOSE): New macro.
(md5_file): Use it.
From Ulrich Drepper.
* md5sum.c: Don't include values.h.
[__P]: Undefine it.