diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-07-10 12:16:13 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-07-10 12:16:13 +0200 |
commit | dd5e47ff5069e3859bd76d5fc8f6887121710556 (patch) | |
tree | 8f7c639fd8bb891b4b49da544be1fd3dcd368e95 /apt-pkg/contrib/sha1.cc | |
parent | 30fd3c9f07a4222e55c6d776b2937c2697a79254 (diff) | |
parent | cec8c646c79e40d928464b08a6f2e3ea62bb1611 (diff) |
merge with debian-experimental
Diffstat (limited to 'apt-pkg/contrib/sha1.cc')
-rw-r--r-- | apt-pkg/contrib/sha1.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/sha1.cc b/apt-pkg/contrib/sha1.cc index 0b1c16dc3..9a6725ef3 100644 --- a/apt-pkg/contrib/sha1.cc +++ b/apt-pkg/contrib/sha1.cc @@ -229,7 +229,7 @@ SHA1SumValue SHA1Summation::Result() // Transfer over the result SHA1SumValue Value; - char res[20]; + unsigned char res[20]; for (unsigned i = 0; i < 20; i++) { res[i] = (unsigned char) |