aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/lib/openssl/x509-internal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/lib/openssl/x509-internal.rb')
-rw-r--r--ext/openssl/lib/openssl/x509-internal.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/lib/openssl/x509-internal.rb b/ext/openssl/lib/openssl/x509-internal.rb
index 6aff4ca10d..c3de83be66 100644
--- a/ext/openssl/lib/openssl/x509-internal.rb
+++ b/ext/openssl/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)