formula_cellar_checks: remove openssl expectation

This commit is contained in:
Dominyk Tiller 2015-07-12 04:31:37 +01:00
parent 52de5aa984
commit b1caa4c44b

View File

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