From b1caa4c44bc60dc0c7f928aa62d215a2d8626551 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sun, 12 Jul 2015 04:31:37 +0100 Subject: [PATCH] formula_cellar_checks: remove openssl expectation --- Library/Homebrew/formula_cellar_checks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_cellar_checks.rb b/Library/Homebrew/formula_cellar_checks.rb index fe2df3140b..771fa79cf2 100644 --- a/Library/Homebrew/formula_cellar_checks.rb +++ b/Library/Homebrew/formula_cellar_checks.rb @@ -104,7 +104,7 @@ module FormulaCellarChecks end def check_shadowed_headers - ["libtool", "subversion", "berkeley-db", "openssl"].each do |formula_name| + ["libtool", "subversion", "berkeley-db"].each do |formula_name| return if formula.name.start_with?(formula_name) end