summaryrefslogtreecommitdiff
path: root/ext/openssl/extconf.rb
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-10-07 22:51:27 +1300
committerGitHub <noreply@github.com>2022-10-07 22:51:27 +1300
commita081fe76de5de0307651d99324a0e454fd8b8a8b (patch)
tree06d6a9a2b44aa950d72a0eff853a5984e9002c14 /ext/openssl/extconf.rb
parente4f91bbdbaa6ab3125f24967414ac5300bb244f5 (diff)
Simplify default argument specification. (#6507)
Notes
Notes: Merged-By: ioquatix <samuel@codeotaku.com>
Diffstat (limited to 'ext/openssl/extconf.rb')
-rw-r--r--ext/openssl/extconf.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb
index a856646fe5..cc2b1f8ba2 100644
--- a/ext/openssl/extconf.rb
+++ b/ext/openssl/extconf.rb
@@ -27,7 +27,6 @@ if with_config("debug") or enable_config("debug")
end
have_func("rb_io_maybe_wait") # Ruby 3.1
-have_func("rb_io_timeout") # Ruby 3.2
Logging::message "=== Checking for system dependent stuff... ===\n"
have_library("nsl", "t_open")