From 8c42c67e14111f0c259224d0ef22128bcfff0b28 Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 3 Jan 2012 16:12:15 +0000 Subject: Make handshake completion function non-optional. Now returns a bool specifying if the session should be saved to the session cache. --- src/tls/tls_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tls/tls_server.h') diff --git a/src/tls/tls_server.h b/src/tls/tls_server.h index e07f89eba..b08d3f7e8 100644 --- a/src/tls/tls_server.h +++ b/src/tls/tls_server.h @@ -26,7 +26,7 @@ class BOTAN_DLL TLS_Server : public TLS_Channel */ TLS_Server(std::tr1::function socket_output_fn, std::tr1::function proc_fn, - std::tr1::function handshake_complete, + std::tr1::function handshake_complete, TLS_Session_Manager& session_manager, Credentials_Manager& creds, const TLS_Policy& policy, -- cgit v1.2.3