5 typedef unsigned int uint32;
7 typedef unsigned long uint32;
16 extern void MD5Init();
17 extern void MD5Update();
18 extern void MD5Final();
19 extern void MD5Transform();
22 * This is needed to make RSAREF happy on some MS-DOS compilers.
24 typedef struct MD5Context MD5_CTX;