download_strategy: kill special ssl3 support

Closes Homebrew/homebrew#41536.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Dominyk Tiller 2015-07-09 18:42:24 +01:00
parent ca458a8ed1
commit dfbc2df09f

View File

@ -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.