Skip to content

Commit 97252d2

Browse files
noburhenium
authored andcommitted
search winsock libraries explicitly
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Sync-with-trunk: r62628
1 parent 0e63f93 commit 97252d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/openssl/extconf.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
def find_openssl_library
4141
if $mswin || $mingw
4242
# required for static OpenSSL libraries
43+
have_library("ws2_32")
4344
have_library("gdi32") # OpenSSL <= 1.0.2 (for RAND_screen())
4445
have_library("crypt32")
4546
end

0 commit comments

Comments
 (0)