aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssl.rb')
-rw-r--r--lib/ssl.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/ssl.rb b/lib/ssl.rb
index a2af0db..1b0d4ca 100644
--- a/lib/ssl.rb
+++ b/lib/ssl.rb
@@ -2,7 +2,7 @@
ssl.rb -- to support migrations from SSLSocket.
- Copyright (C) 2001 GOTOU Yuuzou <gotoyuzo@notowrk.org>
+ Copyright (C) 2001-2002 GOTOU Yuuzou <gotoyuzo@notowrk.org>
This program is licenced under the same licence as Ruby.
(See the file 'LICENCE'.)
@@ -29,8 +29,7 @@ module SSL
X509 = ::OpenSSL::X509::Certificate
class X509
alias serialNumber serial
- alias inspect to_str
- alias to_s to_pem
+ alias inspect to_pem
def notBefore; not_before.to_s; end
def notAfter; not_after.to_s; end