diff options
author | Peter Zhu <[email protected]> | 2024-04-30 11:17:43 -0400 |
---|---|---|
committer | git <[email protected]> | 2024-04-30 15:23:15 +0000 |
commit | e0949c3f7cbf32d46ee276d69343b7cb8da4325f (patch) | |
tree | 7694d2d2c834224d081ea6576cc1919d8472306d /test | |
parent | 9d75d9f07ce1d7ac5a75d787c5acff2aa11e99c9 (diff) |
[ruby/openssl] Remove trailing space in test_ssl.rb
https://github.com/ruby/openssl/commit/911a31335f
Diffstat (limited to 'test')
-rw-r--r-- | test/openssl/test_ssl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/test_ssl.rb b/test/openssl/test_ssl.rb index 3df391fac1..1471b0cb36 100644 --- a/test/openssl/test_ssl.rb +++ b/test/openssl/test_ssl.rb @@ -125,7 +125,7 @@ class OpenSSL::TestSSL < OpenSSL::SSLTestCase ensure ssl.close end - + start_server(server_proc: server_proc) do |port| ctx = OpenSSL::SSL::SSLContext.new ssl = OpenSSL::SSL::SSLSocket.open("127.0.0.1", port, context: ctx) |