From 129324f68f59bea91b3b8901875eeb278acb34b1 Mon Sep 17 00:00:00 2001 From: Matthias Gierlings Date: Sun, 19 Jun 2016 18:06:12 +0200 Subject: Reverted proposed constructor changes to X509_CA. - Removed Certificate_Properties class used to wrap X509_CA parameters. - Whitespace cleanup. --- src/lib/tls/tls_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/tls/tls_client.h') 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& get_next_protocols() - { + { return m_next_protocols; } -- cgit v1.2.3