summaryrefslogtreecommitdiff
path: root/crypto/openssh/hmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/hmac.h')
-rw-r--r--crypto/openssh/hmac.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/crypto/openssh/hmac.h b/crypto/openssh/hmac.h
deleted file mode 100644
index fb6802927392d..0000000000000
--- a/crypto/openssh/hmac.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#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