~ubuntu-branches/ubuntu/trusty/pam-pgsql/trusty-proposed

« back to all changes in this revision

Viewing changes to src/md5.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Dittberner
  • Date: 2010-04-02 12:51:17 UTC
  • mfrom: (1.1.4 upstream) (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100402125117-28caei1ses0vzdog
Tags: 0.7.1-1
* New upstream version
* disable debian/patches/ftbfs_544686.patch, upstream restructured
  configure.ac and it does not apply anymore
* debian/rules:
  - update configure call and make install call to match new upstream build
    system
  - remove sample.sql and CHANGELOG from installed files to let
    dh_installchangelogs and dh_installexamples do their jobs
* debian/control: update Standards-Version to 3.8.4 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
void MD5Update(struct MD5Context *context, unsigned char const *buf,
18
18
               unsigned len);
19
19
void MD5Final(unsigned char *digest, struct MD5Context *context);
20
 
void MD5Transform(uint32 buf[4], uint32 const in[16]);
21
20
 
22
21
/*
23
22
 * This is needed to make RSAREF happy on some MS-DOS compilers.