aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/tls_channel.h')
-rw-r--r--src/tls/tls_channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tls/tls_channel.h b/src/tls/tls_channel.h
index db78cdc69..c2193b282 100644
--- a/src/tls/tls_channel.h
+++ b/src/tls/tls_channel.h
@@ -107,6 +107,8 @@ class BOTAN_DLL Channel
virtual void alert_notify(const Alert& alert) = 0;
+ virtual class Handshake_State* new_handshake_state() const = 0;
+
class Secure_Renegotiation_State
{
public: