diff options
author | Ingela Anderton Andin <[email protected]> | 2019-05-08 10:39:20 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2019-05-08 11:35:32 +0200 |
commit | 5110947bcdc18036d4dc7ac666489ed936964ee4 (patch) | |
tree | 457f0863c9cd2085e865c0989f2c50d4c5a390bc /lib/ssl/src/tls_connection.erl | |
parent | d39b235197c521fd1afef4425effef83be82fc27 (diff) | |
download | otp-5110947bcdc18036d4dc7ac666489ed936964ee4.tar.gz otp-5110947bcdc18036d4dc7ac666489ed936964ee4.tar.bz2 otp-5110947bcdc18036d4dc7ac666489ed936964ee4.zip |
ssl: Remove legacy calls to next_record
Diffstat (limited to 'lib/ssl/src/tls_connection.erl')
-rw-r--r-- | lib/ssl/src/tls_connection.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/tls_connection.erl b/lib/ssl/src/tls_connection.erl index 167a99b418..b848f82575 100644 --- a/lib/ssl/src/tls_connection.erl +++ b/lib/ssl/src/tls_connection.erl @@ -60,7 +60,7 @@ close/5, protocol_name/0]). %% Data handling --export([next_record/1, socket/4, setopts/3, getopts/3]). +-export([socket/4, setopts/3, getopts/3]). %% gen_statem state functions -export([init/3, error/3, downgrade/3, %% Initiation and take down states |