aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_client.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_client.h
parent24c1546324995da70c51137ad138c3bb997a37b9 (diff)
Indentation
Diffstat (limited to 'src/tls/tls_client.h')
-rw-r--r--src/tls/tls_client.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/tls/tls_client.h b/src/tls/tls_client.h
index f5528f4c1..5c2692cd6 100644
--- a/src/tls/tls_client.h
+++ b/src/tls/tls_client.h
@@ -43,15 +43,15 @@ class BOTAN_DLL Client : public Channel
* the client should return the protocol it would like to use.
*/
Client(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::string& servername = "",
- std::tr1::function<std::string (std::vector<std::string>)> next_protocol =
- std::tr1::function<std::string (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::string& servername = "",
+ std::tr1::function<std::string (std::vector<std::string>)> next_protocol =
+ std::tr1::function<std::string (std::vector<std::string>)>());
void renegotiate();
private: