diff options
Diffstat (limited to 'src/tls/tls_channel.cpp')
-rw-r--r-- | src/tls/tls_channel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls/tls_channel.cpp b/src/tls/tls_channel.cpp index 453ef9062..849f920fe 100644 --- a/src/tls/tls_channel.cpp +++ b/src/tls/tls_channel.cpp @@ -24,6 +24,7 @@ Channel::Channel(std::function<void (const byte[], size_t)> socket_output_fn, m_proc_fn(proc_fn), m_handshake_fn(handshake_complete), m_state(nullptr), + m_rng(rng), m_session_manager(session_manager), m_writer(socket_output_fn, rng), m_handshake_completed(false), |