 |
Kea 3.1.1
|
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"
26#ifdef PROTOCOL_VERSION
27#define BOTAN_BACKUP_FOR_PROTOCOL_VERSION PROTOCOL_VERSION
28#undef PROTOCOL_VERSION
31#include <boost/beast/core/error.hpp>
33#ifdef BOTAN_BACKUP_FOR_PROTOCOL_VERSION
34#define PROTOCOL_VERSION BOTAN_BACKUP_FOR_PROTOCOL_VERSION
35#undef BOTAN_BACKUP_FOR_PROTOCOL_VERSION
38#if defined(__GNUC__) || defined(__clang__)
39#pragma GCC diagnostic pop