From 9b86218854464155d17c5cc344ebcf225c02a509 Mon Sep 17 00:00:00 2001 From: "Tim D. Smith" Date: Sun, 2 Nov 2014 21:08:35 -0800 Subject: [PATCH] FormulaCellarChecks: don't exempt formulas from ssl audit Reverts b7b4c59. Closes Homebrew/homebrew#33414. --- Library/Homebrew/formula_cellar_checks.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/formula_cellar_checks.rb b/Library/Homebrew/formula_cellar_checks.rb index 6f621510f2..c6bed7a55c 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