aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/tls_server.h')
-rw-r--r--src/tls/tls_server.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tls/tls_server.h b/src/tls/tls_server.h
index 1add1ff40..e70989ad0 100644
--- a/src/tls/tls_server.h
+++ b/src/tls/tls_server.h
@@ -50,7 +50,9 @@ class BOTAN_DLL Server : public Channel
{ return m_next_protocol; }
private:
- void process_handshake_msg(Handshake_Type, const std::vector<byte>&) override;
+ void process_handshake_msg(Handshake_State& state,
+ Handshake_Type type,
+ const std::vector<byte>& contents) override;
class Handshake_State* new_handshake_state() override;