summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authornobu <nobu@ruby-lang.org>2010-05-23 08:48:44 +0000
committernobu <nobu@ruby-lang.org>2010-05-23 08:48:44 +0000
commit5b5ae1a0d5e968e19d5fa61de5247c231bc21933 (patch)
treead8601f011212b2693e50a69ac26bac3fc5e7ab0 /lib
parentcb60b9c9173638ce3dbde8c20eeb0c41fa7e3f62 (diff)
downloadruby-openssl-history-5b5ae1a0d5e968e19d5fa61de5247c231bc21933.tar.gz
* ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,
lib/irb/cmd/fork.rb, lib/mutex_m.rb, lib/shell/process-controller.rb, lib/sync.rb, object.c: suppress warnings patched by Benoit Daloze at [ruby-core:30366]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/openssl/x509-internal.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/openssl/x509-internal.rb b/lib/openssl/x509-internal.rb
index 6aff4ca..c3de83b 100644
--- a/lib/openssl/x509-internal.rb
+++ b/lib/openssl/x509-internal.rb
@@ -135,7 +135,7 @@ module OpenSSL
end
end
- class <<self
+ class << self
def parse_rfc2253(str, template=OBJECT_TYPE_TEMPLATE)
ary = OpenSSL::X509::Name::RFC2253DN.scan(str)
self.new(ary, template)