#include <botan/build.h>
#include <boost/version.hpp>
#include <botan/asio_async_ops.h>
#include <botan/asio_context.h>
#include <botan/asio_error.h>
#include <botan/tls_callbacks.h>
#include <botan/tls_channel.h>
#include <botan/tls_client.h>
#include <botan/tls_magic.h>
#include <botan/tls_server.h>
#include <boost/asio.hpp>
#include <boost/beast/core.hpp>
#include <algorithm>
#include <memory>
#include <type_traits>
Go to the source code of this file.
◆ BOOST_ASIO_DISABLE_SERIAL_PORT
#define BOOST_ASIO_DISABLE_SERIAL_PORT |