* ext/openssl/lib/openssl/buffering.rb: removed circular require of

openssl.rb.

        * ext/openssl/lib/openssl/*: removed following comment for transition 
          measures of avoiding circular require. No one claimed about this as 
          far as I know.
          ##
          # Should we care what if somebody require this file directly?
          # require "openssl"


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nahi 2011-03-22 04:39:04 +00:00
parent 05184578d7
commit cd9423097a
6 changed files with 12 additions and 17 deletions

View file

@ -14,10 +14,6 @@
$Id$
=end
##
# Should we care what if somebody require this file directly?
#require 'openssl'
module OpenSSL
class Digest