aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_session_key.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/tls_session_key.h')
-rw-r--r--src/tls/tls_session_key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/tls_session_key.h b/src/tls/tls_session_key.h
index 0021694e3..b67606a08 100644
--- a/src/tls/tls_session_key.h
+++ b/src/tls/tls_session_key.h
@@ -35,7 +35,7 @@ class Session_Keys
Session_Keys() {}
- Session_Keys(class Handshake_State* state,
+ Session_Keys(const class Handshake_State* state,
const secure_vector<byte>& pre_master,
bool resuming);