mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue