]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/sha1.cc
Support large files in the complete toolset. Indexes of this
[apt.git] / apt-pkg / contrib / sha1.cc
index 9416895ac8d5afa0dd7245cb3d579e882b87365f..31c576611fcac3b52c6a5896f2296c461097efc2 100644 (file)
@@ -243,7 +243,7 @@ SHA1SumValue SHA1Summation::Result()
 // SHA1Summation::Add - Adds content of buffer into the checksum        /*{{{*/
 // ---------------------------------------------------------------------
 /* May not be called after Result() is called */
-bool SHA1Summation::Add(const unsigned char *data,unsigned long len)
+bool SHA1Summation::Add(const unsigned char *data,unsigned long long len)
 {
    if (Done)
       return false;