aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominyk Tiller2015-07-09 18:42:24 +0100
committerDominyk Tiller2015-07-10 19:30:03 +0100
commitdfbc2df09fc46c239fa099ef18507a498379c820 (patch)
tree7b4638eba138a9b58fcb3783d4a6640f438c2089
parentca458a8ed1de8250d22cf6c48f90ab34cb47bea9 (diff)
downloadbrew-dfbc2df09fc46c239fa099ef18507a498379c820.tar.bz2
download_strategy: kill special ssl3 support
Closes Homebrew/homebrew#41536. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
-rw-r--r--Library/Homebrew/download_strategy.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index 12ee8a681..51ab8c82a 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -397,12 +397,8 @@ class CurlPostDownloadStrategy < CurlDownloadStrategy
end
end
-# Download from an SSL3-only host.
-class CurlSSL3DownloadStrategy < CurlDownloadStrategy
- def _curl_opts
- super << '-3'
- end
-end
+# @deprecated
+CurlSSL3DownloadStrategy = CurlDownloadStrategy
# Use this strategy to download but not unzip a file.
# Useful for installing jars.