aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/tls_channel.h')
-rw-r--r--src/tls/tls_channel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tls/tls_channel.h b/src/tls/tls_channel.h
index 4551a377e..5e66d00db 100644
--- a/src/tls/tls_channel.h
+++ b/src/tls/tls_channel.h
@@ -86,7 +86,8 @@ class BOTAN_DLL Channel
Channel(std::function<void (const byte[], size_t)> socket_output_fn,
std::function<void (const byte[], size_t, Alert)> proc_fn,
std::function<bool (const Session&)> handshake_complete,
- Session_Manager& session_manager);
+ Session_Manager& session_manager,
+ RandomNumberGenerator& rng);
virtual ~Channel();
protected: