]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/md5.h
merged from lp:~donkult/apt/experimental
[apt.git] / apt-pkg / contrib / md5.h
index e76428325fab5f90d1c5caba08886a6cde9637bd..a207da4e4f8d6615379549cf900f1d8ea4cfbe8e 100644 (file)
@@ -29,9 +29,6 @@
 #include <algorithm>
 #include <stdint.h>
 
-using std::string;
-using std::min;
-
 #include "hashsum_template.h"
 
 typedef HashSumValue<128> MD5SumValue;
@@ -45,7 +42,7 @@ class MD5Summation : public SummationImplementation
 
    public:
 
-   bool Add(const unsigned char *inbuf, unsigned long inlen);
+   bool Add(const unsigned char *inbuf, unsigned long long inlen);
    using SummationImplementation::Add;
 
    MD5SumValue Result();