diff options
Diffstat (limited to 'src/tls/tls_server.h')
-rw-r--r-- | src/tls/tls_server.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tls/tls_server.h b/src/tls/tls_server.h index 31e0e9ca4..f8c3a8563 100644 --- a/src/tls/tls_server.h +++ b/src/tls/tls_server.h @@ -53,6 +53,8 @@ class BOTAN_DLL TLS_Server : public TLS_Channel void process_handshake_msg(Handshake_Type, const MemoryRegion<byte>&); + void alert_notify(bool is_fatal, Alert_Type type); + const TLS_Policy& policy; RandomNumberGenerator& rng; TLS_Session_Manager& session_manager; |