sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/. From James Lemley.
authorJim Meyering <jim@meyering.net>
Thu, 11 May 2006 19:50:07 +0000 (19:50 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 11 May 2006 19:50:07 +0000 (19:50 +0000)
lib/ChangeLog
lib/sha1.c

index 28118c9..eb24678 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-11  Jim Meyering  <jim@meyering.net>
+
+       * sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From James Lemley.
+
 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
 
        * crc.c (crc32_update): Remove unnecessary L suffix.
index 0615020..dadf973 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.  */