We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c002382 commit 91657a7Copy full SHA for 91657a7
ext/openssl/extconf.rb
@@ -25,6 +25,7 @@
25
if with_config("debug") or enable_config("debug")
26
$defs.push("-DOSSL_DEBUG")
27
end
28
+$defs.push("-D""OPENSSL_SUPPRESS_DEPRECATED")
29
30
have_func("rb_io_maybe_wait") # Ruby 3.1
31
0 commit comments