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 76cb7e3e1..a698dfcfc 100644
--- a/src/tls/tls_session_key.h
+++ b/src/tls/tls_session_key.h
@@ -33,7 +33,7 @@ class SessionKeys
SessionKeys() {}
- SessionKeys(const CipherSuite& suite,
+ SessionKeys(const TLS_Cipher_Suite& suite,
Version_Code version,
const MemoryRegion<byte>& pre_master,
const MemoryRegion<byte>& client_random,