Skip to content

Commit b06dd00

Browse files
noburhenium
authored andcommitted
needs openssl/opensslv.h
* ext/openssl/extconf.rb: LIBRESSL_VERSION_NUMBER is defined in openssl/opensslv.h. fix up r64101. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Sync-with-trunk: r64236
1 parent cad8004 commit b06dd00

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
@@ -125,7 +125,7 @@ def find_openssl_library
125125
OpenSSL.check_func_or_macro("ENGINE_load_#{name}", "openssl/engine.h")
126126
}
127127

128-
if ($mswin || $mingw) && have_macro("LIBRESSL_VERSION_NUMBER")
128+
if ($mswin || $mingw) && have_macro("LIBRESSL_VERSION_NUMBER", "openssl/opensslv.h")
129129
$defs.push("-DNOCRYPT")
130130
end
131131

0 commit comments

Comments
 (0)