diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2016-12-26 03:36:30 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2016-12-26 03:36:30 -0800 |
commit | 1242b3bdaf3d3682a945f10f0e537bdb3b0599d5 (patch) | |
tree | 04359900e8d64fce853a63073efc4cc9af938776 /apt-pkg/contrib/hashes.cc | |
parent | 3650e87b0cee98547024c2cb613c95f5e736971d (diff) |
Wreck validation until we can assess ecosystem :/.
Diffstat (limited to 'apt-pkg/contrib/hashes.cc')
-rw-r--r-- | apt-pkg/contrib/hashes.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/contrib/hashes.cc b/apt-pkg/contrib/hashes.cc index 662c2bf8b..27e617751 100644 --- a/apt-pkg/contrib/hashes.cc +++ b/apt-pkg/contrib/hashes.cc @@ -141,8 +141,8 @@ APT_PURE bool HashString::usable() const /*{{{*/ { return ( (Type != "Checksum-FileSize") && - (Type != "MD5Sum") && - (Type != "SHA1") && + //(Type != "MD5Sum") && + //(Type != "SHA1") && !IsConfigured(Type.c_str(), "Untrusted") ); } |