diff options
author | lloyd <[email protected]> | 2012-02-27 17:10:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-02-27 17:10:42 +0000 |
commit | afcb8db8ad2b39c6b80467a3d21d32e440b973d5 (patch) | |
tree | 13b3e180052f69bd713cbea277b6e1148f31beb4 /src/tls/tls_session.cpp | |
parent | 24c1546324995da70c51137ad138c3bb997a37b9 (diff) |
Indentation
Diffstat (limited to 'src/tls/tls_session.cpp')
-rw-r--r-- | src/tls/tls_session.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/tls/tls_session.cpp b/src/tls/tls_session.cpp index 2e25a8ab3..320f3c004 100644 --- a/src/tls/tls_session.cpp +++ b/src/tls/tls_session.cpp @@ -17,16 +17,16 @@ namespace Botan { namespace TLS { Session::Session(const MemoryRegion<byte>& session_identifier, - const MemoryRegion<byte>& master_secret, - Protocol_Version version, - u16bit ciphersuite, - byte compression_method, - Connection_Side side, - bool secure_renegotiation_supported, - size_t fragment_size, - const std::vector<X509_Certificate>& certs, - const std::string& sni_hostname, - const std::string& srp_identifier) : + const MemoryRegion<byte>& master_secret, + Protocol_Version version, + u16bit ciphersuite, + byte compression_method, + Connection_Side side, + bool secure_renegotiation_supported, + size_t fragment_size, + const std::vector<X509_Certificate>& certs, + const std::string& sni_hostname, + const std::string& srp_identifier) : m_start_time(system_time()), m_identifier(session_identifier), m_master_secret(master_secret), |