]> andersk Git - openssh.git/blame - hmac.h
- (djm) Fix server not exiting with jobs in background.
[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.206007 seconds and 5 git commands to generate.