blob: fb6802927392d731e9da6a8ada73e18b4699a1e2 [file] [log] [blame]
#ifndef HMAC_H
#define HMAC_H
unsigned char *
hmac(
EVP_MD *evp_md,
unsigned int seqno,
unsigned char *data, int datalen,
unsigned char *key, int len);
#endif