md5.c: fix compiler warnings..
commit5aaa1c123cd5a80abf55b92bc34878468e02a350
authorSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Mon, 24 Sep 2012 14:46:05 +0000 (24 16:46 +0200)
committerSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Mon, 24 Sep 2012 17:22:45 +0000 (24 19:22 +0200)
tree577c28dcdba45e65a703a0804c12fd568faa1b22
parent2ce4eeb183f87dec3cffbc1c10fb12dd1e95ee4a
md5.c: fix compiler warnings..

And use a new UINT4B_MAX constant instead of a "magic one".
The usual optimization for F() and G() is not included (yet).
md5.c