]> the.earth.li Git - onak.git/commitdiff
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)
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.


No differences found