aboutsummaryrefslogtreecommitdiffstats
path: root/test/ssl/cli.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ssl/cli.rb')
-rwxr-xr-xtest/ssl/cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ssl/cli.rb b/test/ssl/cli.rb
index 82f26db..353cc8a 100755
--- a/test/ssl/cli.rb
+++ b/test/ssl/cli.rb
@@ -28,7 +28,7 @@ STDERR.print "SSLSocket initialized.\n"
ssl.connect
STDERR.print "SSLSocket connected.\n"
-STDERR.print ssl.peer_cert.to_str, "\n" if ssl.peer_cert
+STDERR.print ssl.peer_cert, "\n" if ssl.peer_cert
i = 0
while line = gets