aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/tls_connection.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssl/src/tls_connection.hrl')
-rw-r--r--lib/ssl/src/tls_connection.hrl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssl/src/tls_connection.hrl b/lib/ssl/src/tls_connection.hrl
index 0af2258932..9063b1b736 100644
--- a/lib/ssl/src/tls_connection.hrl
+++ b/lib/ssl/src/tls_connection.hrl
@@ -30,7 +30,6 @@
-include("tls_record.hrl").
-record(protocol_buffers, {
- tls_packets = [], %% :: [#ssl_tls{}], % Not yet handled decode SSL/TLS packets.
tls_record_buffer = <<>>, %% :: binary(), % Buffer of incomplete records
tls_handshake_buffer = <<>>, %% :: binary(), % Buffer of incomplete handshakes
tls_cipher_texts = [] %%:: [binary()]