X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsha1.c;h=035f898c71f1dae4fab2ed3c48ef125be0e66b5d;hb=fa662f811f9a6dda54f64639b107b1637c3ba2e5;hp=061502082c125de21bd1e08f4829831be3f92ba4;hpb=11fdc4d4960ae648e9f921f007dcc2f239abd22b;p=gnulib.git diff --git a/lib/sha1.c b/lib/sha1.c index 061502082..035f898c7 100644 --- a/lib/sha1.c +++ b/lib/sha1.c @@ -23,9 +23,7 @@ Robert Klep -- Expansion function fix */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "sha1.h" @@ -181,7 +179,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. */