aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/lib/openssl/buffering.rb
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-22 04:39:04 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-22 04:39:04 +0000
commitcd9423097a0cbc5408a37d5e65f412bb6906ea8e (patch)
tree25211394e74993432c16cffe5ab74d76800cfcb3 /ext/openssl/lib/openssl/buffering.rb
parent05184578d77e81c0e3e0940eb3f40d2a1ce99dcd (diff)
downloadruby-cd9423097a0cbc5408a37d5e65f412bb6906ea8e.tar.gz
* 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
Diffstat (limited to 'ext/openssl/lib/openssl/buffering.rb')
-rw-r--r--ext/openssl/lib/openssl/buffering.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/openssl/lib/openssl/buffering.rb b/ext/openssl/lib/openssl/buffering.rb
index 2fb33749e3..a11fe73357 100644
--- a/ext/openssl/lib/openssl/buffering.rb
+++ b/ext/openssl/lib/openssl/buffering.rb
@@ -14,8 +14,6 @@
$Id$
=end
-require 'openssl'
-
##
# OpenSSL IO buffering mix-in module.
#