aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2018-10-11 12:35:45 +0200
committerIngela Anderton Andin <[email protected]>2018-10-11 12:35:45 +0200
commitbde605cb9c48a7976ab8ec866fd5af2d6b022452 (patch)
treeb367d98aea8cec542512f8a08edee403fb8df7fd /lib
parent4d879e83420e98642da92618b388486970894ccf (diff)
parent72f13b54829879f05fae656494067ce92455b856 (diff)
downloadotp-bde605cb9c48a7976ab8ec866fd5af2d6b022452.tar.gz
otp-bde605cb9c48a7976ab8ec866fd5af2d6b022452.tar.bz2
otp-bde605cb9c48a7976ab8ec866fd5af2d6b022452.zip
Merge branch 'maint'
Diffstat (limited to 'lib')
-rw-r--r--lib/ssl/src/tls_sender.erl7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/ssl/src/tls_sender.erl b/lib/ssl/src/tls_sender.erl
index 0b9c9a8228..1c3c44cfe5 100644
--- a/lib/ssl/src/tls_sender.erl
+++ b/lib/ssl/src/tls_sender.erl
@@ -111,13 +111,6 @@ setopts(Pid, Opts) ->
call(Pid, {set_opts, Opts}).
%%--------------------------------------------------------------------
--spec setopts(pid(), [{packet, integer() | atom()}]) -> ok | {error, term()}.
-%% Description: Send application data
-%%--------------------------------------------------------------------
-setopts(Pid, Opts) ->
- call(Pid, {set_opts, Opts}).
-
-%%--------------------------------------------------------------------
-spec renegotiate(pid()) -> {ok, WriteState::map()} | {error, closed}.
%% Description: So TLS connection process can synchronize the
%% encryption state to be used when handshaking.