]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/hashes.cc
* merged apt--curl-https branch
[apt.git] / apt-pkg / contrib / hashes.cc
index b17b9431989e59ffcab886c40ceff0205594578b..9b22a90d3321d24144c2c73761a6e2520471218e 100644 (file)
@@ -36,6 +36,7 @@ bool Hashes::AddFD(int Fd,unsigned long Size)
       Size -= Res;
       MD5.Add(Buf,Res);
       SHA1.Add(Buf,Res);
+      SHA256.Add(Buf,Res);
    }
    return true;
 }