* test/net/smtp/test_ssl_socket.rb: fix dependency.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b794a2bd8c
commit
49cf75e675
@ -15,6 +15,7 @@ module Net
|
||||
end
|
||||
end
|
||||
|
||||
require 'stringio'
|
||||
class SSLSocket < StringIO
|
||||
attr_accessor :sync_close, :connected, :closed
|
||||
|
||||
@ -87,4 +88,4 @@ module Net
|
||||
].join("\r\n") + "\r\n"
|
||||
end
|
||||
end
|
||||
end
|
||||
end if defined?(OpenSSL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user