mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/openssl/ossl_digest.c (Init_ossl_digest): avoid recursing
require. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1ff08ad878
commit
cff080e563
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Thu May 21 08:54:32 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/openssl/ossl_digest.c (Init_ossl_digest): avoid recursing
|
||||||
|
require.
|
||||||
|
|
||||||
Thu May 21 08:50:58 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Thu May 21 08:50:58 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* lib/rexml/text.rb (REXML::Text.normalize): call to_s for input.
|
* lib/rexml/text.rb (REXML::Text.normalize): call to_s for input.
|
||||||
|
|
|
@ -233,7 +233,6 @@ ossl_digest_block_length(VALUE self)
|
||||||
void
|
void
|
||||||
Init_ossl_digest()
|
Init_ossl_digest()
|
||||||
{
|
{
|
||||||
rb_require("openssl");
|
|
||||||
rb_require("digest");
|
rb_require("digest");
|
||||||
|
|
||||||
#if 0 /* let rdoc know about mOSSL */
|
#if 0 /* let rdoc know about mOSSL */
|
||||||
|
|
Loading…
Add table
Reference in a new issue