aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_server.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-02-27 17:10:42 +0000
committerlloyd <[email protected]>2012-02-27 17:10:42 +0000
commitafcb8db8ad2b39c6b80467a3d21d32e440b973d5 (patch)
tree13b3e180052f69bd713cbea277b6e1148f31beb4 /src/tls/tls_server.h
parent24c1546324995da70c51137ad138c3bb997a37b9 (diff)
Indentation
Diffstat (limited to 'src/tls/tls_server.h')
-rw-r--r--src/tls/tls_server.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/tls/tls_server.h b/src/tls/tls_server.h
index bb385e420..025bbf3ec 100644
--- a/src/tls/tls_server.h
+++ b/src/tls/tls_server.h
@@ -27,14 +27,14 @@ class BOTAN_DLL Server : public Channel
* Server initialization
*/
Server(std::tr1::function<void (const byte[], size_t)> socket_output_fn,
- std::tr1::function<void (const byte[], size_t, Alert)> proc_fn,
- std::tr1::function<bool (const Session&)> handshake_complete,
- Session_Manager& session_manager,
- Credentials_Manager& creds,
- const Policy& policy,
- RandomNumberGenerator& rng,
- const std::vector<std::string>& protocols =
- std::vector<std::string>());
+ std::tr1::function<void (const byte[], size_t, Alert)> proc_fn,
+ std::tr1::function<bool (const Session&)> handshake_complete,
+ Session_Manager& session_manager,
+ Credentials_Manager& creds,
+ const Policy& policy,
+ RandomNumberGenerator& rng,
+ const std::vector<std::string>& protocols =
+ std::vector<std::string>());
void renegotiate();