]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/sha1.h
merged from lp:~donkult/apt/experimental
[apt.git] / apt-pkg / contrib / sha1.h
index 2701fc67e3084fb5e5c637d27e64ca512b576cb2..916faec1bca5cd9e5d3b9adf968ae0a62e44becf 100644 (file)
@@ -34,7 +34,7 @@ class SHA1Summation : public SummationImplementation
    bool Done;
    
    public:
-   bool Add(const unsigned char *inbuf, unsigned long inlen);
+   bool Add(const unsigned char *inbuf, unsigned long long inlen);
    using SummationImplementation::Add;
 
    SHA1SumValue Result();