Re: md5.c wrong protos

2016-07-29 Thread Todd C. Miller
On Wed, 27 Jul 2016 23:57:48 -0400, "Ted Unangst" wrote: > Amazing this hasn't resulted in bugs. The prototype for all the update > functions takes a size_t argument, not an unsigned int. OK millert@ - todd

md5.c wrong protos

2016-07-27 Thread Ted Unangst
Amazing this hasn't resulted in bugs. The prototype for all the update functions takes a size_t argument, not an unsigned int. Index: md5.c === RCS file: /cvs/src/bin/md5/md5.c,v retrieving revision 1.84 diff -u -p -r1.84 md5.c --- m