]> the.earth.li Git - onak.git/commit
Clean up use of K&R style function definitions in md5.c
authorJonathan McDowell <noodles@earth.li>
Wed, 9 Oct 2013 11:15:56 +0000 (12:15 +0100)
committerJonathan McDowell <noodles@earth.li>
Wed, 9 Oct 2013 11:15:56 +0000 (12:15 +0100)
commitf31f6d8cf4bda52b8ef1b1d1d280884e904429a9
tree7e950e411867d51ba399fe2e31f918a01c677231
parent5b5ac2317e047dd77bf96a171a5e236973606a83
Clean up use of K&R style function definitions in md5.c

md5_process_block / md5_read_ctx had K&R style function definitions.
Clean them up to use ANSI C style like the rest of the code (including
other functions in that file). Spotted by Doxygen.
md5.c