Changeset 391 for python/trunk/Modules/md5.h
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Modules/md5.h
r2 r391 22 22 23 23 */ 24 /* $Id : md5.h 43594 2006-04-03 16:27:50Z matthias.klose$ */24 /* $Id$ */ 25 25 /* 26 26 Independent implementation of MD5 (RFC 1321). … … 80 80 81 81 /* Append a string to the message. */ 82 void md5_append(md5_state_t *pms, const md5_byte_t *data, int nbytes);82 void md5_append(md5_state_t *pms, const md5_byte_t *data, unsigned int nbytes); 83 83 84 84 /* Finish the message and return the digest. */
Note:
See TracChangeset
for help on using the changeset viewer.