aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorTim D. Smith2014-11-02 21:08:35 -0800
committerTim D. Smith2014-11-02 21:08:35 -0800
commit4ddb01e45e727220f82adfe66c2ba31b68fd418d (patch)
treebf2b128e0a509302b77c975eaa1a6142154375cb /Library/Homebrew
parent31c85913a54911fd74556eaece61750288c4b3e4 (diff)
downloadhomebrew-4ddb01e45e727220f82adfe66c2ba31b68fd418d.tar.bz2
FormulaCellarChecks: don't exempt formulas from ssl audit
Reverts b7b4c59. Closes #33414.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/formula_cellar_checks.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_cellar_checks.rb b/Library/Homebrew/formula_cellar_checks.rb
index 6f621510f..c6bed7a55 100644
--- a/Library/Homebrew/formula_cellar_checks.rb
+++ b/Library/Homebrew/formula_cellar_checks.rb
@@ -136,7 +136,6 @@ module FormulaCellarChecks
def check_openssl_links
return unless formula.prefix.directory?
- return if formula.name == "android-ndk"
keg = Keg.new(formula.prefix)
system_openssl = keg.mach_o_files.select do |obj|
dlls = obj.dynamically_linked_libraries