Skip to content

Commit

Permalink
[ruby/openssl] ssl: remove private method SSLSocket#tmp_ecdh_callback
Browse files Browse the repository at this point in the history
Commit ee037e146037 ("ssl: remove SSL::SSLContext#tmp_ecdh_callback",
2020-08-12) forgot to remove the method.

ruby/openssl@bef9ea84e4
  • Loading branch information
rhenium committed Oct 16, 2021
1 parent 4ffc3fb commit 4921708
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ext/openssl/lib/openssl/ssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,6 @@ def tmp_dh_callback
@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
Expand Down

0 comments on commit 4921708

Please sign in to comment.