diff options
-rw-r--r-- | lib/ssl/src/tls_sender.erl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/ssl/src/tls_sender.erl b/lib/ssl/src/tls_sender.erl index e9383998ce..8d1938cee7 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. |