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)
commit30779ee1aa7601eb4bd7409809a8a4f06d2a4360
treece10ba32cf7e36fbe4ce8dfb1934d0924941364b
parenta753f7fe7a7b31acdf2beddeca23ccdbd38f0a2e
crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum

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
src/crypt/crypt_md5.c
src/crypt/crypt_sha256.c
src/crypt/crypt_sha512.c