]> andersk Git - openssh.git/blame - hmac.h
- Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
[openssh.git] / hmac.h
CommitLineData
7e7327a1 1#ifndef HMAC_H
2#define HMAC_H
3
4unsigned char *
5hmac(
6 EVP_MD *evp_md,
7 unsigned int seqno,
8 unsigned char *data, int datalen,
9 unsigned char *key, int len);
10
11#endif
This page took 0.047324 seconds and 5 git commands to generate.