From 3b136eec7b9a299f1fba5a3f51ba28c908a15294 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 11 May 2006 19:44:42 +0000 Subject: (sha1_buffer): Correct comment: s/MD5/SHA1/. From James Lemley. --- lib/sha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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. */ -- cgit v1.2.3-54-g00ecf