crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum
authorSzabolcs Nagy <nsz@port70.net>
Sun, 13 Jan 2013 22:18:32 +0000 (23:18 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Sun, 13 Jan 2013 22:18:32 +0000 (23:18 +0100)
the internal sha2 hash sum functions had incorrect array size
in the prototype for the message digest argument, fixed by
using pointer so it is not misleading


No differences found