~ubuntu-branches/debian/experimental/dpkg/experimental

« back to all changes in this revision

Viewing changes to lib/dpkg/md5.h

  • Committer: Package Import Robot
  • Author(s): Guillem Jover
  • Date: 2012-01-31 21:58:08 UTC
  • Revision ID: package-import@ubuntu.com-20120131215808-jd379pas5w3epk43
Tags: 1.16.2~really1.16.1.2
Revert unapproved NMU.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        u_int8_t buffer[MD5_BLOCK_LENGTH];      /* input buffer */
26
26
} MD5_CTX;
27
27
 
 
28
#include <sys/cdefs.h>
 
29
 
28
30
void     MD5Init(MD5_CTX *);
29
31
void     MD5Update(MD5_CTX *, const u_int8_t *, size_t);
30
32
void     MD5Pad(MD5_CTX *);