apt-pkg/contrib/md5.cc: fix md5sum by using the right type (unsinged char*) and avoid...
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 5 Jul 2011 12:44:50 +0000 (14:44 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 5 Jul 2011 12:44:50 +0000 (14:44 +0200)
commit64767f14595065d1c0f37c1b4a6047032b5c5ed7
tree310ee1051f578f0322035a87f49522050f4438a2
parenta7cc05842482e721ba66fb09f0b0858678138832
apt-pkg/contrib/md5.cc: fix md5sum by using the right type (unsinged char*) and avoiding a implicit cast this way
apt-pkg/contrib/md5.cc