FormulaCellarChecks: don't exempt formulas from ssl audit
Reverts b7b4c59. Closes Homebrew/homebrew#33414.
This commit is contained in:
parent
bebfcfe2fd
commit
9b86218854
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user