download_strategy: kill special ssl3 support
Closes Homebrew/homebrew#41536. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
ca458a8ed1
commit
dfbc2df09f
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user