X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fgnu-md5.h;h=c520e2d5340535bd9a464f74e17bf5165411206a;hp=f33755011b573d520572e20174e7f6f5bfa7dacd;hb=e2241936d021f264c06f57f260f22960ae77ddea;hpb=c5ca8b715218d07db373c2ec4ffd54d2c5335919 diff --git a/src/gnu-md5.h b/src/gnu-md5.h index f3375501..c520e2d5 100644 --- a/src/gnu-md5.h +++ b/src/gnu-md5.h @@ -21,8 +21,6 @@ #ifndef _MD5_H #define _MD5_H 1 -#include - #if defined HAVE_LIMITS_H || _LIBC # include #endif @@ -125,10 +123,12 @@ extern void *md5_finish_ctx PARAMS ((struct md5_ctx *ctx, void *resbuf)); extern void *md5_read_ctx PARAMS ((const struct md5_ctx *ctx, void *resbuf)); +#if 0 /* Unused in Wget */ /* Compute MD5 message digest for bytes read from STREAM. The resulting message digest number will be written into the 16 bytes beginning at RESBLOCK. */ extern int md5_stream PARAMS ((FILE *stream, void *resblock)); +#endif /* Compute MD5 message digest for LEN bytes beginning at BUFFER. The result is always in little endian byte order, so that a byte-wise