Warnings in 1.8.0 preview5 OpenSSL

D

Daniel Kelley

I'm getting the following warnings with the 1.8.0-preview5 from OpenSSL:

sswa/bin/ssltest:7: warning: instance variable @cert_store not initialized
sswa/bin/ssltest:7: warning: instance variable @cert not initialized
sswa/bin/ssltest:7: warning: instance variable @key not initialized
sswa/bin/ssltest:7: warning: instance variable @client_ca not initialized
sswa/bin/ssltest:7: warning: instance variable @ca_file not initialized
sswa/bin/ssltest:7: warning: instance variable @ca_path not initialized
sswa/bin/ssltest:7: warning: instance variable @verify_mode not initialized
sswa/bin/ssltest:7: warning: instance variable @timeout not initialized
sswa/bin/ssltest:7: warning: instance variable @verify_depth not initialized
sswa/bin/ssltest:7: warning: instance variable @options not initialized

with the following test program:
---
#!/usr/local/bin/ruby -w

require "socket"
require "openssl"

s1 = TCPSocket.new('localhost', 'imap')
s2 = OpenSSL::SSL::SSLSocket.new(s1)
---

Not a showstopper, of course.

1.8.0 looks really fabulous, and is working great for me.

Special thanks to all the Ruby contributors for saving me from
mod_perl this month (Yea!!!), and for a splendid language in general.

d.k.
 
G

GOTOU Yuuzou

In message said:
I'm getting the following warnings with the 1.8.0-preview5 from OpenSSL:

sswa/bin/ssltest:7: warning: instance variable @cert_store not initialized
sswa/bin/ssltest:7: warning: instance variable @cert not initialized
sswa/bin/ssltest:7: warning: instance variable @key not initialized
...

It's fixed. Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,800
Messages
2,569,657
Members
45,409
Latest member
KathleneAl
Top