]> git.puffer.fish Git - matthieu/frr.git/commit
[lib/md5] md5_loop should take void pointer for more useful caller warnings.
authorpaul <paul>
Tue, 17 Jan 2006 17:40:45 +0000 (17:40 +0000)
committerpaul <paul>
Tue, 17 Jan 2006 17:40:45 +0000 (17:40 +0000)
commit7d0b0c4b7f510178a8960b0e00368be017ed5a08
tree4657272b687af5f85235ce85db9ed77dbfac4142
parentd3092e7f226c48f7caeac22ad62f39e8d71d9e12
[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.
lib/ChangeLog
lib/md5.c
lib/md5.h