#ifndef HMAC_MD5_H #define HMAC_MD5_H void hmac_md5(unsigned char *, int, unsigned char *, int, unsigned char *); #endif