summaryrefslogtreecommitdiff
path: root/src/network/tcp_socket_handler.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-10-04 21:25:27 +0200
committerlouiz’ <louiz@louiz.org>2017-10-04 21:51:58 +0200
commitc5a02685361b95042d5c2ada58cba851bc1cc37a (patch)
treebc6c7fa63fe490d946c49a8e2e32550fc884fb56 /src/network/tcp_socket_handler.hpp
parent1c3d4f6f5fdf5829e931770523251abe9522914b (diff)
downloadbiboumi-c5a02685361b95042d5c2ada58cba851bc1cc37a.tar.gz
biboumi-c5a02685361b95042d5c2ada58cba851bc1cc37a.tar.bz2
biboumi-c5a02685361b95042d5c2ada58cba851bc1cc37a.tar.xz
biboumi-c5a02685361b95042d5c2ada58cba851bc1cc37a.zip
Explicitely include all needed botan headers
Most importantely, include parsing.h, since read_cfg is not implicitely included anymore in botan 2.3, and that does not compile. Also do not included botan.h anymore, since it’s deprecated in botan 2.3 fix #3296
Diffstat (limited to 'src/network/tcp_socket_handler.hpp')
-rw-r--r--src/network/tcp_socket_handler.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/tcp_socket_handler.hpp b/src/network/tcp_socket_handler.hpp
index 5cef739..c598641 100644
--- a/src/network/tcp_socket_handler.hpp
+++ b/src/network/tcp_socket_handler.hpp
@@ -21,7 +21,6 @@
#ifdef BOTAN_FOUND
# include <botan/types.h>
-# include <botan/botan.h>
# include <botan/tls_session_manager.h>
# include <network/tls_policy.hpp>