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, 7 insertions, 0 deletions
diff --git a/sqmail-4.3.07/src/include/hmac_md5.h b/sqmail-4.3.07/src/include/hmac_md5.h
new file mode 100644
index 0000000..87a2c37
--- /dev/null
+++ b/sqmail-4.3.07/src/include/hmac_md5.h
@@ -0,0 +1,7 @@
+#ifndef HMAC_MD5_H
+#define HMAC_MD5_H
+
+void hmac_md5(unsigned char *,int,unsigned char *,int,unsigned char *);
+
+#endif
+