diff options
Diffstat (limited to 'src/tls/tls_channel.cpp')
-rw-r--r-- | src/tls/tls_channel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tls/tls_channel.cpp b/src/tls/tls_channel.cpp index 6fa75766a..7aac56ecc 100644 --- a/src/tls/tls_channel.cpp +++ b/src/tls/tls_channel.cpp @@ -30,7 +30,6 @@ Channel::Channel(std::function<void (const byte[], size_t)> output_fn, m_output_fn(output_fn), m_rng(rng), m_session_manager(session_manager), - m_writebuf(TLS_HEADER_SIZE + MAX_CIPHERTEXT_SIZE), m_readbuf(TLS_HEADER_SIZE + MAX_CIPHERTEXT_SIZE) { } |