зеркало из https://github.com/github/ruby.git
* ext/digest/sha1/extconf.rb: OpenSSL's struct name for SHA1 is
SHA_CTX. http://openssl.org/docs/man0.9.8/crypto/SHA1.html git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
9a7c25abab
Коммит
bbc63197bd
|
@ -1,3 +1,8 @@
|
|||
Sat Nov 21 13:59:09 2015 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* ext/digest/sha1/extconf.rb: OpenSSL's struct name for SHA1 is
|
||||
SHA_CTX. http://openssl.org/docs/man0.9.8/crypto/SHA1.html
|
||||
|
||||
Sat Nov 21 13:31:52 2015 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* ext/digest/*/*.[ch]: include ruby.h before digest.h to avoid
|
||||
|
|
|
@ -9,7 +9,7 @@ $defs << "-DHAVE_CONFIG_H"
|
|||
|
||||
$objs = [ "sha1init.#{$OBJEXT}" ]
|
||||
|
||||
digest_conf("sha1", "sha")
|
||||
digest_conf("sha1", "sha", "SHA")
|
||||
|
||||
have_header("sys/cdefs.h")
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче