]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Const-correctness in struct ssh_hash.
authorSimon Tatham <anakin@pobox.com>
Fri, 15 May 2015 09:12:05 +0000 (10:12 +0100)
committerSimon Tatham <anakin@pobox.com>
Fri, 15 May 2015 09:12:05 +0000 (10:12 +0100)
commit79fe96155a9486a58c1ce588069975346b4f4a22
tree75d207fef500fbe72597f462b2a5e7d040ec1b81
parent8423f79e326f463364aa1274180cd39eba1b98d9
Const-correctness in struct ssh_hash.

The 'bytes' function should take a const void * as input, not a void *.
ssh.h
sshsh256.c
sshsh512.c
sshsha.c