43 typedef unsigned char *POINTER;
46 typedef unsigned short int UINT2;
49 typedef unsigned int UINT4;
56 #define PROTO_LIST(list) list
58 #define PROTO_LIST(list) ()
68 unsigned char buffer[64];
71 void osip_MD5Init PROTO_LIST((osip_MD5_CTX *) );
72 void osip_MD5Update PROTO_LIST((osip_MD5_CTX *,
unsigned char *,
unsigned int) );
73 void osip_MD5Final PROTO_LIST((
unsigned char[16], osip_MD5_CTX *) );