Commit 8bf3852
committed
Reduce OpenSSL monkey patch to only calling set_params
ruby-openssl has always merged the passed params with default params, so
this is redundant.
It's still a difference that the default SSLContext does not call
set_params and expects the caller to do so.
Link: https://github.com/ruby/openssl/blob/b814041f4fa2c64f0d2092c38bc2615a770f11c4/lib/openssl/ssl.rb#L1131 parent 9c590f2 commit 8bf3852
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 60 | + | |
65 | 61 | | |
66 | 62 | | |
67 | 63 | | |
| |||
0 commit comments