mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
||||||
|
Tue Mar 22 13:33:22 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
||||||
|
|
||||||
|
* 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"
|
||||||
|
|
||||||
Tue Mar 22 10:57:36 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
Tue Mar 22 10:57:36 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* test/runner.rb: set Gem::TestCase's @@project_dir.
|
* test/runner.rb: set Gem::TestCase's @@project_dir.
|
||||||
|
|
|
@ -14,10 +14,6 @@
|
||||||
$Id$
|
$Id$
|
||||||
=end
|
=end
|
||||||
|
|
||||||
##
|
|
||||||
# Should we care what if somebody require this file directly?
|
|
||||||
#require 'openssl'
|
|
||||||
|
|
||||||
module OpenSSL
|
module OpenSSL
|
||||||
class BN
|
class BN
|
||||||
include Comparable
|
include Comparable
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
$Id$
|
$Id$
|
||||||
=end
|
=end
|
||||||
|
|
||||||
require 'openssl'
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# OpenSSL IO buffering mix-in module.
|
# OpenSSL IO buffering mix-in module.
|
||||||
#
|
#
|
||||||
|
|
|
@ -14,10 +14,6 @@
|
||||||
$Id$
|
$Id$
|
||||||
=end
|
=end
|
||||||
|
|
||||||
##
|
|
||||||
# Should we care what if somebody require this file directly?
|
|
||||||
#require 'openssl'
|
|
||||||
|
|
||||||
module OpenSSL
|
module OpenSSL
|
||||||
class Cipher
|
class Cipher
|
||||||
%w(AES CAST5 BF DES IDEA RC2 RC4 RC5).each{|name|
|
%w(AES CAST5 BF DES IDEA RC2 RC4 RC5).each{|name|
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
|
|
||||||
=end
|
=end
|
||||||
|
|
||||||
##
|
|
||||||
# Should we care what if somebody require this file directly?
|
|
||||||
#require 'openssl'
|
|
||||||
require 'stringio'
|
require 'stringio'
|
||||||
|
|
||||||
module OpenSSL
|
module OpenSSL
|
||||||
|
|
|
@ -14,10 +14,6 @@
|
||||||
$Id$
|
$Id$
|
||||||
=end
|
=end
|
||||||
|
|
||||||
##
|
|
||||||
# Should we care what if somebody require this file directly?
|
|
||||||
#require 'openssl'
|
|
||||||
|
|
||||||
module OpenSSL
|
module OpenSSL
|
||||||
class Digest
|
class Digest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue