Changeset 388 for python/vendor/current/Modules/md5.h
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Modules/md5.h
r2 r388 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.