diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-11 19:44:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-11 19:44:42 +0000 |
commit | 3b136eec7b9a299f1fba5a3f51ba28c908a15294 (patch) | |
tree | efa2db5123337adaeef7fc831c6932b8f29cc341 | |
parent | 03b02874a77fee2256ee5b371cf92477f8264d28 (diff) | |
download | coreutils-3b136eec7b9a299f1fba5a3f51ba28c908a15294.tar.xz |
(sha1_buffer): Correct comment: s/MD5/SHA1/. From James Lemley.
-rw-r--r-- | lib/sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sha1.c b/lib/sha1.c index 0bc29b4e2..509911d87 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. */ |