summaryrefslogtreecommitdiffstats
path: root/debian/htdig/htdig-3.2.0b6/htlib/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/htlib/md5.h')
-rw-r--r--debian/htdig/htdig-3.2.0b6/htlib/md5.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/htlib/md5.h b/debian/htdig/htdig-3.2.0b6/htlib/md5.h
new file mode 100644
index 00000000..8e4c029a
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/htlib/md5.h
@@ -0,0 +1,3 @@
+#define MD5_LENGTH 16
+
+void md5(char *rhash, char *buf, int len, time_t *date, bool debug);