aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_handshake_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/tls_handshake_state.h')
-rw-r--r--src/tls/tls_handshake_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/tls_handshake_state.h b/src/tls/tls_handshake_state.h
index 54e0da892..7339033c4 100644
--- a/src/tls/tls_handshake_state.h
+++ b/src/tls/tls_handshake_state.h
@@ -60,7 +60,7 @@ class Handshake_State
std::string& sig_algo,
bool for_client_auth);
- Version_Code version;
+ Protocol_Version version;
class Client_Hello* client_hello;
class Server_Hello* server_hello;