4 /* Try to avoid clashes with OpenSSL */
14 void MD5Init(struct MD5Context
*context
);
15 void MD5Update(struct MD5Context
*context
, unsigned char const *buf
,
17 void MD5Final(unsigned char digest
[16], struct MD5Context
*context
);
18 void MD5Transform(uint32 buf
[4], uint32
const in
[16]);
21 * This is needed to make RSAREF happy on some MS-DOS compilers.
23 typedef struct MD5Context MD5_CTX
;