aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_channel.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-09-06 14:39:35 +0000
committerlloyd <[email protected]>2012-09-06 14:39:35 +0000
commit244426e18fd6b0733f2c6cb530cc76f186b31ca8 (patch)
tree7991be0aa46649f30ad65a6f261040266e2581ad /src/tls/tls_channel.h
parentbeef2ddf2347fbe04fa40cc115d0f080a3b878fd (diff)
Hoist m_rng to Channel
Diffstat (limited to 'src/tls/tls_channel.h')
-rw-r--r--src/tls/tls_channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls/tls_channel.h b/src/tls/tls_channel.h
index ae8791f6b..0f3427df5 100644
--- a/src/tls/tls_channel.h
+++ b/src/tls/tls_channel.h
@@ -149,6 +149,7 @@ class BOTAN_DLL Channel
std::unique_ptr<class Handshake_State> m_state;
+ RandomNumberGenerator& m_rng;
Session_Manager& m_session_manager;
Record_Writer m_writer;
Record_Reader m_reader;