mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 18:43:59 +02:00
* 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:
parent
05184578d7
commit
cd9423097a
6 changed files with 12 additions and 17 deletions
|
@ -14,10 +14,6 @@
|
|||
$Id$
|
||||
=end
|
||||
|
||||
##
|
||||
# Should we care what if somebody require this file directly?
|
||||
#require 'openssl'
|
||||
|
||||
module OpenSSL
|
||||
class BN
|
||||
include Comparable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue