diff options
Diffstat (limited to 'src/tls/tls_state.h')
-rw-r--r-- | src/tls/tls_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/tls_state.h b/src/tls/tls_state.h index 63f89132d..4d1ae9d6d 100644 --- a/src/tls/tls_state.h +++ b/src/tls/tls_state.h @@ -46,7 +46,7 @@ class Handshake_State CipherSuite suite; SessionKeys keys; - HandshakeHash hash; + TLS_Handshake_Hash hash; SecureQueue queue; |