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 129182150..bf9665ef8 100644
--- a/src/tls/tls_channel.h
+++ b/src/tls/tls_channel.h
@@ -84,6 +84,8 @@ class BOTAN_DLL TLS_Channel
virtual void process_handshake_msg(Handshake_Type type,
const MemoryRegion<byte>& contents) = 0;
+ virtual void alert_notify(bool fatal_alert, Alert_Type type) = 0;
+
std::tr1::function<void (const byte[], size_t, u16bit)> proc_fn;
std::tr1::function<bool (const TLS_Session&)> handshake_fn;