Skip to content

Commit 67b500e

Browse files
committed
ext/openssl/deprecation.rb: remove broken-apple-openssl
The version bundled with macOS is anyway too old to compile the extension.
1 parent a7bbd59 commit 67b500e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/openssl/deprecation.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ module OpenSSL
33
def self.deprecated_warning_flag
44
unless flag = (@deprecated_warning_flag ||= nil)
55
if try_compile("", flag = "-Werror=deprecated-declarations")
6-
if with_config("broken-apple-openssl")
7-
flag = "-Wno-deprecated-declarations"
8-
end
96
$warnflags << " #{flag}"
107
else
118
flag = ""

0 commit comments

Comments
 (0)