formula_cellar_checks: remove openssl expectation
This commit is contained in:
parent
52de5aa984
commit
b1caa4c44b
@ -104,7 +104,7 @@ module FormulaCellarChecks
|
|||||||
end
|
end
|
||||||
|
|
||||||
def check_shadowed_headers
|
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)
|
return if formula.name.start_with?(formula_name)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user