~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to src/gnu-md5.h

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2005-06-26 16:46:25 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050626164625-jjcde8hyztx7xq7o
Tags: 1.10-2
* wget-fix_error--save-headers patch from upstream
  (closes: Bug#314728)
* don't pattern-match server redirects patch from upstream
  (closes: Bug#163243)
* correct de.po typos
  (closes: Bug#313883)
* wget-E_html_behind_file_counting fix problem with adding the
  numbers after the html extension
* updated Standards-Version: to 3.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef _MD5_H
22
22
#define _MD5_H 1
23
23
 
24
 
#include <stdio.h>
25
 
 
26
24
#if defined HAVE_LIMITS_H || _LIBC
27
25
# include <limits.h>
28
26
#endif
125
123
extern void *md5_read_ctx PARAMS ((const struct md5_ctx *ctx, void *resbuf));
126
124
 
127
125
 
 
126
#if 0 /* Unused in Wget */
128
127
/* Compute MD5 message digest for bytes read from STREAM.  The
129
128
   resulting message digest number will be written into the 16 bytes
130
129
   beginning at RESBLOCK.  */
131
130
extern int md5_stream PARAMS ((FILE *stream, void *resblock));
 
131
#endif
132
132
 
133
133
/* Compute MD5 message digest for LEN bytes beginning at BUFFER.  The
134
134
   result is always in little endian byte order, so that a byte-wise