diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 8 |
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. |
