diff options
author | Matthias Gierlings <[email protected]> | 2016-06-19 18:06:12 +0200 |
---|---|---|
committer | Matthias Gierlings <[email protected]> | 2016-06-19 19:30:14 +0200 |
commit | 129324f68f59bea91b3b8901875eeb278acb34b1 (patch) | |
tree | 21b3a55e67ee2c2437e3078cfe6e7484dda42cdb /src/lib/tls/tls_client.h | |
parent | d73460df43b2d4d14b62a98e9bc66dfea02ab63d (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.h | 2 |
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; } |