summaryrefslogtreecommitdiff
path: root/src/htsmd5.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-05-28 16:50:47 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-05-28 16:50:47 +0000
commite090cd9ccfee394d7343ac101eb9d16c902267c7 (patch)
tree0fe1213768a668fb1334e9b8f26a14ab232da27f /src/htsmd5.h
parent1bebff26972a3fd97c969072a6e44cfc1306fab6 (diff)
Added MD5 self-test
Diffstat (limited to 'src/htsmd5.h')
-rw-r--r--src/htsmd5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htsmd5.h b/src/htsmd5.h
index 194d8c8..091a454 100644
--- a/src/htsmd5.h
+++ b/src/htsmd5.h
@@ -42,6 +42,7 @@ Please visit our Website: http://www.httrack.com
#ifdef HTS_INTERNAL_BYTECODE
int domd5mem(const char *buf, size_t len, char *digest, int asAscii);
unsigned long int md5sum32(const char *buff);
+void md5selftest(void);
#endif
#endif