We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11acb5 commit a3d230dCopy full SHA for a3d230d
test/openssl/test_pair.rb
@@ -2,7 +2,7 @@
2
require_relative 'utils'
3
require_relative 'ut_eof'
4
5
-if defined?(OpenSSL)
+if defined?(OpenSSL::SSL)
6
7
module OpenSSL::SSLPairM
8
def setup
test/openssl/test_ssl.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
require_relative "utils"
class OpenSSL::TestSSL < OpenSSL::SSLTestCase
def test_bad_socket
test/openssl/test_ssl_session.rb
class OpenSSL::TestSSLSession < OpenSSL::SSLTestCase
def test_session
0 commit comments