~ubuntu-branches/ubuntu/natty/boinc/natty

« back to all changes in this revision

Viewing changes to lib/md5.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Hahler
  • Date: 2010-07-13 03:59:26 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20100713035926-8jun0z3d3yfl27k3
Tags: 6.10.58-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
  ghost@aladdin.com
22
22
 
23
23
 */
24
 
/*$Id: md5.c 4979 2005-01-02 18:29:53Z ballen $ */
 
24
/*$Id: md5.c 20874 2010-03-12 17:03:53Z romw $ */
25
25
/*
26
26
  Independent implementation of MD5 (RFC 1321).
27
27
 
396
396
        digest[i] = (md5_byte_t)(pms->abcd[i >> 2] >> ((i & 3) << 3));
397
397
}
398
398
 
399
 
const char *BOINC_RCSID_40448d5426 = "$Id: md5.c 4979 2005-01-02 18:29:53Z ballen $";