aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2021-03-18 18:40:58 +0900
committerKazuki Yamaguchi <k@rhe.jp>2021-09-23 21:15:10 +0900
commitbef9ea84e4adb6b56f4497c0174e2b0270a88086 (patch)
tree1f1a15ff06e09e762be969b588716d42b597d15e
parent5c85b4385f114400d901ed7dd89ce43489b9bceb (diff)
downloadruby-openssl-bef9ea84e4adb6b56f4497c0174e2b0270a88086.tar.gz
ssl: remove private method SSLSocket#tmp_ecdh_callback
Commit ee037e146037 ("ssl: remove SSL::SSLContext#tmp_ecdh_callback", 2020-08-12) forgot to remove the method.
-rw-r--r--lib/openssl/ssl.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/openssl/ssl.rb b/lib/openssl/ssl.rb
index 0930a530..f729a765 100644
--- a/lib/openssl/ssl.rb
+++ b/lib/openssl/ssl.rb
@@ -432,10 +432,6 @@ YoaOffgTf5qxiwkjnlVZQc3whgnEt9FpVMvQ9eknyeGB5KHfayAc3+hUAvI3/Cr3
@context.tmp_dh_callback || OpenSSL::SSL::SSLContext::DEFAULT_TMP_DH_CALLBACK
end
- def tmp_ecdh_callback
- @context.tmp_ecdh_callback
- end
-
def session_new_cb
@context.session_new_cb
end