* Final wrapup - pad to 64-byte boundary with the bit pattern
* 1 0* (64-bit count of bits processed, MSB-first)
*/
-void MD5Final(unsigned char *digest, struct MD5Context *ctx)
+void MD5Final(struct MD5Context *ctx, unsigned char *digest)
{
unsigned count;
unsigned char *p;