]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(sha1_buffer): Correct comment: s/MD5/SHA1/. From James Lemley.
authorJim Meyering <jim@meyering.net>
Thu, 11 May 2006 19:44:42 +0000 (19:44 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 11 May 2006 19:44:42 +0000 (19:44 +0000)
lib/sha1.c

index 0bc29b4e264d6cc6274286b1d83037eef6d36495..509911d87d1122a16c69b49502728ee0281abcb3 100644 (file)
@@ -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.  */