]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/hashes.cc
Wreck validation until we can assess ecosystem :/.
[apt.git] / apt-pkg / contrib / hashes.cc
index 662c2bf8ba64b58a432ec17f721fe079282f24f1..27e6177511d824331fb3ba9b50645eaa202afba8 100644 (file)
@@ -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")
    );
 }