diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-08 15:20:34 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-08 15:20:34 +0000 |
commit | cde41ae88e2742b905991e9e2ebbb535e61eb6d1 (patch) | |
tree | 064e551344017c56228e9b7c110a2f4012c5b0ff /apt-pkg/contrib/hashes.cc | |
parent | ad97ee36860c237427dc38ac8ef7f537ac275d77 (diff) |
* added ajs patch
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; } |