[前][次][番号順一覧][スレッド一覧]

ruby-changes:11851

From: matz <ko1@a...>
Date: Thu, 21 May 2009 08:56:52 +0900 (JST)
Subject: [ruby-changes:11851] Ruby:r23506 (ruby_1_8): * ext/openssl/ossl_digest.c (Init_ossl_digest): avoid recursing

matz	2009-05-21 08:56:40 +0900 (Thu, 21 May 2009)

  New Revision: 23506

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23506

  Log:
    * ext/openssl/ossl_digest.c (Init_ossl_digest): avoid recursing
      require.

  Modified files:
    branches/ruby_1_8/ChangeLog
    branches/ruby_1_8/ext/openssl/ossl_digest.c

Index: ruby_1_8/ext/openssl/ossl_digest.c
===================================================================
--- ruby_1_8/ext/openssl/ossl_digest.c	(revision 23505)
+++ ruby_1_8/ext/openssl/ossl_digest.c	(revision 23506)
@@ -233,7 +233,6 @@
 void
 Init_ossl_digest()
 {
-    rb_require("openssl");
     rb_require("digest");
 
 #if 0 /* let rdoc know about mOSSL */
Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 23505)
+++ ruby_1_8/ChangeLog	(revision 23506)
@@ -1,3 +1,8 @@
+Thu May 21 08:54:32 2009  Yukihiro Matsumoto  <matz@r...>
+
+	* ext/openssl/ossl_digest.c (Init_ossl_digest): avoid recursing
+	  require.
+
 Thu May 21 08:50:58 2009  Yukihiro Matsumoto  <matz@r...>
 
 	* lib/rexml/text.rb (REXML::Text.normalize): call to_s for input.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]