]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/md5.cc
fix partial (206 and 416) support in https
[apt.git] / apt-pkg / contrib / md5.cc
index b53c4fbd2334d72f00742e66e4e93754672d4e9d..4351aeb22f23d6b0d17e7b54cf5c4e066798ad6e 100644 (file)
@@ -187,7 +187,7 @@ MD5Summation::MD5Summation()
 // MD5Summation::Add - 'Add' a data set to the hash                    /*{{{*/
 // ---------------------------------------------------------------------
 /* */
-bool MD5Summation::Add(const unsigned char *data,unsigned long len)
+bool MD5Summation::Add(const unsigned char *data,unsigned long long len)
 {
    if (Done == true)
       return false;