00001 00011 #ifndef OA_MD5CALC_H 00012 #define OA_MD5CALC_H 00013 00020 void MD5_String(const char * string, char * output); 00021 00028 void MD5_String2binary(const char * string, unsigned char * output); 00029 00032 #endif // OA_MD5CALC_H