 |
Kea 3.1.5
|
Go to the documentation of this file.
10#define BOTAN_WRAPPER_H
19#if defined(__GNUC__) || defined(__clang__)
20#pragma GCC diagnostic push
21#pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
25#pragma GCC diagnostic ignored "-Woverloaded-virtual"
26#pragma GCC diagnostic ignored "-Wshadow"
31#ifdef PROTOCOL_VERSION
32#define BOTAN_BACKUP_FOR_PROTOCOL_VERSION PROTOCOL_VERSION
33#undef PROTOCOL_VERSION
36#include <boost/beast/core/error.hpp>
37#include <botan/asio_stream.h>
39#ifdef BOTAN_BACKUP_FOR_PROTOCOL_VERSION
40#define PROTOCOL_VERSION BOTAN_BACKUP_FOR_PROTOCOL_VERSION
41#undef BOTAN_BACKUP_FOR_PROTOCOL_VERSION
44#if defined(__GNUC__) || defined(__clang__)
45#pragma GCC diagnostic pop