зеркало из https://github.com/github/ruby.git
rmd160/extconf.rb: fix function name
* ext/digest/rmd160/extconf.rb: fix transform function name to check. [ruby-core:65091] [Bug #10252] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
acf1ea1ab4
Коммит
38dbbf33b0
|
@ -1,3 +1,8 @@
|
|||
Sun Oct 5 10:39:11 2014 Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
||||
|
||||
* ext/digest/rmd160/extconf.rb: fix transform function name to
|
||||
check. [ruby-core:65091] [Bug #10252]
|
||||
|
||||
Sun Oct 5 05:46:00 2014 Eric Wong <e@80x24.org>
|
||||
|
||||
* ext/zlib/zlib.c (zstream_mark, zstream_free): update signature
|
||||
|
|
|
@ -14,7 +14,7 @@ pkg_config("openssl")
|
|||
require File.expand_path('../../../openssl/deprecation', __FILE__)
|
||||
|
||||
if !with_config("bundled-rmd160") &&
|
||||
have_library("crypto") && OpenSSL.check_func("RMD160_Transform", "openssl/ripemd.h")
|
||||
have_library("crypto") && OpenSSL.check_func("RIPEMD160_Transform", "openssl/ripemd.h")
|
||||
$objs << "rmd160ossl.#{$OBJEXT}"
|
||||
else
|
||||
$objs << "rmd160.#{$OBJEXT}"
|
||||
|
|
Загрузка…
Ссылка в новой задаче