diff options
Diffstat (limited to 'src/lib/tls/tls_blocking.h')
-rw-r--r-- | src/lib/tls/tls_blocking.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/tls/tls_blocking.h b/src/lib/tls/tls_blocking.h index 851bf846c..01620c652 100644 --- a/src/lib/tls/tls_blocking.h +++ b/src/lib/tls/tls_blocking.h @@ -10,13 +10,9 @@ #define BOTAN_TLS_BLOCKING_CHANNELS_H_ #include <botan/tls_client.h> -#include <botan/tls_server.h> -#include <deque> namespace Botan { -//template<typename T> using secure_deque = std::vector<T, secure_allocator<T>>; - namespace TLS { /** |