diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-28 16:50:47 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-28 16:50:47 +0000 |
commit | e090cd9ccfee394d7343ac101eb9d16c902267c7 (patch) | |
tree | 0fe1213768a668fb1334e9b8f26a14ab232da27f /src/htscoremain.c | |
parent | 1bebff26972a3fd97c969072a6e44cfc1306fab6 (diff) |
Added MD5 self-test
Diffstat (limited to 'src/htscoremain.c')
-rw-r--r-- | src/htscoremain.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htscoremain.c b/src/htscoremain.c index 77dc93a..1ca82e8 100644 --- a/src/htscoremain.c +++ b/src/htscoremain.c @@ -45,6 +45,7 @@ Please visit our Website: http://www.httrack.com #include "htszlib.h" #include "htscharset.h" #include "htsencoding.h" +#include "htsmd5.h" #include <ctype.h> #if USE_BEGINTHREAD @@ -2410,6 +2411,7 @@ HTSEXT_API int hts_main2(int argc, char **argv, httrackp * opt) { return 0; break; case '7': // hashtable selftest: httrack -#7 nb_entries + md5selftest(); if (++na < argc) { char *const snum = strdup(argv[na]); unsigned long count = 0; |