Project

General

Profile

« Previous | Next » 

Revision 1f4fc2e6

Added by rhenium (Kazuki Yamaguchi) 6 months ago

[ruby/openssl] ssl: remove start_server_version from tests

Use start_server instead of start_server_version.

start_server_version is a wrapper around start_server that forces the
server to a specific protocol version using the now-deprecated method
SSLSocket#ssl_version=, but it does more than that. The slightly
different method signature and default values are confusing. Let's
use start_server directly.

https://github.com/ruby/openssl/commit/22ed31d77e