aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_client.h
diff options
context:
space:
mode:
authorMatthias Gierlings <[email protected]>2016-06-19 18:06:12 +0200
committerMatthias Gierlings <[email protected]>2016-06-19 19:30:14 +0200
commit129324f68f59bea91b3b8901875eeb278acb34b1 (patch)
tree21b3a55e67ee2c2437e3078cfe6e7484dda42cdb /src/lib/tls/tls_client.h
parentd73460df43b2d4d14b62a98e9bc66dfea02ab63d (diff)
Reverted proposed constructor changes to X509_CA.
- Removed Certificate_Properties class used to wrap X509_CA parameters. - Whitespace cleanup.
Diffstat (limited to 'src/lib/tls/tls_client.h')
-rw-r--r--src/lib/tls/tls_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tls/tls_client.h b/src/lib/tls/tls_client.h
index 6bdff8c53..8a45c5444 100644
--- a/src/lib/tls/tls_client.h
+++ b/src/lib/tls/tls_client.h
@@ -80,7 +80,7 @@ class BOTAN_DLL Client final : public Channel
}
const std::vector<std::string>& get_next_protocols()
- {
+ {
return m_next_protocols;
}