diff options
| author | Tim D. Smith | 2014-11-02 21:08:35 -0800 |
|---|---|---|
| committer | Tim D. Smith | 2014-11-02 21:08:35 -0800 |
| commit | 9b86218854464155d17c5cc344ebcf225c02a509 (patch) | |
| tree | f450b0ec406a2c27f13e0f2ff96cbe223e3404b0 /Library/Homebrew | |
| parent | bebfcfe2fdb8e673909acedf51e0941c8211741f (diff) | |
| download | brew-9b86218854464155d17c5cc344ebcf225c02a509.tar.bz2 | |
FormulaCellarChecks: don't exempt formulas from ssl audit
Reverts b7b4c59. Closes Homebrew/homebrew#33414.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/formula_cellar_checks.rb | 1 |
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 |
