Skip to content

Commit 05a7d34

Browse files
nobuk0kubun
authored andcommitted
[ruby/openssl] [ruby/openssl] Run have_func with the header providing the declarations
ruby/openssl@b6f56c4540 ruby/openssl@5277ca1431
1 parent 9a11bc5 commit 05a7d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
$defs.push("-D""OPENSSL_SUPPRESS_DEPRECATED")
4242

43-
have_func("rb_io_descriptor")
43+
have_func("rb_io_descriptor", "ruby/io.h")
4444
have_func("rb_io_maybe_wait(0, Qnil, Qnil, Qnil)", "ruby/io.h") # Ruby 3.1
4545
have_func("rb_io_timeout", "ruby/io.h")
4646

0 commit comments

Comments
 (0)