From dce63b96e54533cb35d6618d200701363d5b6e44 Mon Sep 17 00:00:00 2001 From: CoolStar Date: Wed, 23 May 2018 11:41:58 -0700 Subject: Backwards compatibility patches for Cydia repos --- apt-pkg/contrib/hashes.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'apt-pkg/contrib') 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") ); } -- cgit v1.2.3