1 2 3 4 5 6
#ifndef HMAC_MD5_H #define HMAC_MD5_H void hmac_md5(unsigned char *, int, unsigned char *, int, unsigned char *); #endif