From: Jim Meyering Date: Thu, 11 May 2006 19:44:42 +0000 (+0000) Subject: (sha1_buffer): Correct comment: s/MD5/SHA1/. From James Lemley. X-Git-Tag: v6.0~400 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b136eec7b9a299f1fba5a3f51ba28c908a15294;p=thirdparty%2Fcoreutils.git (sha1_buffer): Correct comment: s/MD5/SHA1/. From James Lemley. --- diff --git a/lib/sha1.c b/lib/sha1.c index 0bc29b4e26..509911d87d 100644 --- a/lib/sha1.c +++ b/lib/sha1.c @@ -181,7 +181,7 @@ sha1_stream (FILE *stream, void *resblock) return 0; } -/* Compute MD5 message digest for LEN bytes beginning at BUFFER. The +/* Compute SHA1 message digest for LEN bytes beginning at BUFFER. The result is always in little endian byte order, so that a byte-wise output yields to the wanted ASCII representation of the message digest. */