summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
diff options
context:
space:
mode:
authorCoolStar <coolstarorganization@gmail.com>2018-05-23 11:41:58 -0700
committerSam Bingner <sam@bingner.com>2019-12-26 15:12:15 -1000
commitdce63b96e54533cb35d6618d200701363d5b6e44 (patch)
tree3720f35b8e72e18f782c84ce4213e59fb18c4d0c /apt-pkg/contrib
parent0a4d0898091e9a6ff584f14d310a13f61fb3d9a3 (diff)
Backwards compatibility patches for Cydia repos
Diffstat (limited to 'apt-pkg/contrib')
-rw-r--r--apt-pkg/contrib/hashes.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/apt-pkg/contrib/hashes.cc b/apt-pkg/contrib/hashes.cc
index 98b92cc81..fd8b12355 100644
--- a/apt-pkg/contrib/hashes.cc
+++ b/apt-pkg/contrib/hashes.cc
@@ -140,8 +140,6 @@ APT_PURE bool HashString::usable() const /*{{{*/
{
return (
(Type != "Checksum-FileSize") &&
- (Type != "MD5Sum") &&
- (Type != "SHA1") &&
!IsConfigured(Type.c_str(), "Untrusted")
);
}