aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/tls_channel.h')
-rw-r--r--src/tls/tls_channel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tls/tls_channel.h b/src/tls/tls_channel.h
index c2193b282..de232d042 100644
--- a/src/tls/tls_channel.h
+++ b/src/tls/tls_channel.h
@@ -89,6 +89,10 @@ class BOTAN_DLL Channel
Session_Manager& session_manager,
RandomNumberGenerator& rng);
+ Channel(const Channel&) = delete;
+
+ Channel& operator=(const Channel&) = delete;
+
virtual ~Channel();
protected: