diff options
author | Ingela Anderton Andin <[email protected]> | 2018-10-11 12:35:45 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2018-10-11 12:35:45 +0200 |
commit | bde605cb9c48a7976ab8ec866fd5af2d6b022452 (patch) | |
tree | b367d98aea8cec542512f8a08edee403fb8df7fd /lib/ssl/src/tls_sender.erl | |
parent | 4d879e83420e98642da92618b388486970894ccf (diff) | |
parent | 72f13b54829879f05fae656494067ce92455b856 (diff) | |
download | otp-bde605cb9c48a7976ab8ec866fd5af2d6b022452.tar.gz otp-bde605cb9c48a7976ab8ec866fd5af2d6b022452.tar.bz2 otp-bde605cb9c48a7976ab8ec866fd5af2d6b022452.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssl/src/tls_sender.erl')
-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 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. |