summaryrefslogtreecommitdiff
path: root/sqmail-4.3.07/src/include/hmac_md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'sqmail-4.3.07/src/include/hmac_md5.h')
-rw-r--r--sqmail-4.3.07/src/include/hmac_md5.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sqmail-4.3.07/src/include/hmac_md5.h b/sqmail-4.3.07/src/include/hmac_md5.h
deleted file mode 100644
index 87a2c37..0000000
--- a/sqmail-4.3.07/src/include/hmac_md5.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef HMAC_MD5_H
-#define HMAC_MD5_H
-
-void hmac_md5(unsigned char *,int,unsigned char *,int,unsigned char *);
-
-#endif
-