summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/hashes.cc
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2006-03-30 03:08:58 +0200
committerMichael Vogt <egon@bottom>2006-03-30 03:08:58 +0200
commitdeb8d32b776073592c9e77a1f3786c251cc8f5eb (patch)
tree40a81da75f9a05f5925441dab9fe3aaa9f3eb7ee /apt-pkg/contrib/hashes.cc
parent5975dc1b05329820b50d86185cf245ec42ae536f (diff)
parentcde41ae88e2742b905991e9e2ebbb535e61eb6d1 (diff)
* merged the apt-ftparchive improvments by aj (thanks dude!)
Diffstat (limited to 'apt-pkg/contrib/hashes.cc')
-rw-r--r--apt-pkg/contrib/hashes.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/hashes.cc b/apt-pkg/contrib/hashes.cc
index b17b94319..9b22a90d3 100644
--- a/apt-pkg/contrib/hashes.cc
+++ b/apt-pkg/contrib/hashes.cc
@@ -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;
}