diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-24 22:51:14 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-24 22:51:14 +0200 |
commit | 2ca0a410fadaa3c01d4573a87c074cb8e64a02c4 (patch) | |
tree | 2d3ca8581e85da7239bfc5b8f6d0783bb14f72db /apt-pkg/contrib/hashes.cc | |
parent | c64d1644ae0fd1af92c80a91a6c17b57f0b8f313 (diff) | |
parent | a46272c01ef6fda081250b63ff0b6b76ec671cda (diff) |
* merged ajs apt-ftparchive branch
Diffstat (limited to 'apt-pkg/contrib/hashes.cc')
-rw-r--r-- | apt-pkg/contrib/hashes.cc | 1 |
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; } |