s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
hmac_md5.h
Go to the documentation of this file.
1#ifndef HMAC_MD5_H
2#define HMAC_MD5_H
3
4void hmac_md5(unsigned char *,int,unsigned char *,int,unsigned char *);
5
6#endif
7
void hmac_md5(unsigned char *, int, unsigned char *, int, unsigned char *)
Definition: hmac_md5.c:16