Skip to content

Commit bef9ea8

Browse files
committed
ssl: remove private method SSLSocket#tmp_ecdh_callback
Commit ee037e1 ("ssl: remove SSL::SSLContext#tmp_ecdh_callback", 2020-08-12) forgot to remove the method.
1 parent 5c85b43 commit bef9ea8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/openssl/ssl.rb

-4
Original file line numberDiff line numberDiff line change
@@ -432,10 +432,6 @@ def tmp_dh_callback
432432
@context.tmp_dh_callback || OpenSSL::SSL::SSLContext::DEFAULT_TMP_DH_CALLBACK
433433
end
434434

435-
def tmp_ecdh_callback
436-
@context.tmp_ecdh_callback
437-
end
438-
439435
def session_new_cb
440436
@context.session_new_cb
441437
end

0 commit comments

Comments
 (0)