Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Modules/md5.h

    r2 r391  
    2222
    2323 */
    24 /* $Id: md5.h 43594 2006-04-03 16:27:50Z matthias.klose $ */
     24/* $Id$ */
    2525/*
    2626  Independent implementation of MD5 (RFC 1321).
     
    8080
    8181/* Append a string to the message. */
    82 void md5_append(md5_state_t *pms, const md5_byte_t *data, int nbytes);
     82void md5_append(md5_state_t *pms, const md5_byte_t *data, unsigned int nbytes);
    8383
    8484/* Finish the message and return the digest. */
Note: See TracChangeset for help on using the changeset viewer.