Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Modules/md5.h

    r2 r388  
    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.