chiark / gitweb /
cleanup: fix up the types of input to hashes to const void* from const uint8_t*
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 19 Jun 2011 12:48:34 +0000 (13:48 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 26 Jun 2011 11:07:27 +0000 (12:07 +0100)
commitbabd74ec57f6b3a6f6709d10ec725532deb3ed66
tree9d7defeb215cc68c9e0536f605d2506a4b97db6c
parent828a43d1120fb5523769aac14230d2da71da869b
cleanup: fix up the types of input to hashes to const void* from const uint8_t*

It is permissible to pass any object to these functions and expect
them to hash it.

Signed-off-by: Richard Kettlewell <richard@greenend.org.uk>
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
md5.c
secnet.h
sha1.c