aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/tls_client.h')
-rw-r--r--src/tls/tls_client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tls/tls_client.h b/src/tls/tls_client.h
index 7e38465af..c85b528d2 100644
--- a/src/tls/tls_client.h
+++ b/src/tls/tls_client.h
@@ -9,7 +9,6 @@
#define BOTAN_TLS_CLIENT_H__
#include <botan/tls_channel.h>
-#include <botan/tls_session_manager.h>
#include <botan/credentials_manager.h>
#include <vector>
@@ -62,7 +61,6 @@ class BOTAN_DLL Client : public Channel
const Policy& m_policy;
RandomNumberGenerator& m_rng;
- Session_Manager& m_session_manager;
Credentials_Manager& m_creds;
const std::string m_hostname;
};