diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-21 18:46:35 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-21 18:46:35 +0000 |
commit | 78173ef8190a1d5f9bab28053b0c274329533e59 (patch) | |
tree | bcb808532b5217262ccd1cfc08a33c4af30be108 /src/htsmd5.h | |
parent | aad018682d4298a476e2bca6eb8756de41fa8ca0 (diff) |
Build warning cleanup.
* introduced SOClen type (aka. socklen_t)
Diffstat (limited to 'src/htsmd5.h')
-rw-r--r-- | src/htsmd5.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/htsmd5.h b/src/htsmd5.h index 9bd83d7..872699d 100644 --- a/src/htsmd5.h +++ b/src/htsmd5.h @@ -44,8 +44,7 @@ Please visit our Website: http://www.httrack.com /* Library internal definictions */ #ifdef HTS_INTERNAL_BYTECODE -int domd5mem(const unsigned char * buf, size_t len, - unsigned char * digest, int asAscii); +int domd5mem(const char * buf, size_t len, char * digest, int asAscii); unsigned long int md5sum32(const char* buff); #endif |