commit | 7d0b0c4b7f510178a8960b0e00368be017ed5a08 | [log] [tgz] |
---|---|---|
author | paul <paul> | Tue Jan 17 17:40:45 2006 +0000 |
committer | paul <paul> | Tue Jan 17 17:40:45 2006 +0000 |
tree | 4657272b687af5f85235ce85db9ed77dbfac4142 | |
parent | d3092e7f226c48f7caeac22ad62f39e8d71d9e12 [diff] |
[lib/md5] md5_loop should take void pointer for more useful caller warnings. 2006-01-17 Paul Jakma <paul.jakma@sun.com> * md5.{c,h}: (md5_loop) Is better off taking a void * and doing cast to byte wise type internally, avoids needs for casts in users.