Moved to CPM
All checks were successful
/ Build the server (push) Successful in 5m3s

This commit is contained in:
2024-04-15 11:25:42 +02:00
parent 2a225ca9cb
commit 4c954b1d98
16 changed files with 1240 additions and 9308 deletions

View File

@@ -9,7 +9,7 @@
#ifndef BOTAN_ASIO_ASYNC_OPS_H_
#define BOTAN_ASIO_ASYNC_OPS_H_
#include <botan/types.h>
#include <botan_all.h>
#include <asio.hpp>
#include <asio/yield.hpp>
#include "asio_error.h"

View File

@@ -9,13 +9,7 @@
#ifndef BOTAN_ASIO_TLS_CONTEXT_H_
#define BOTAN_ASIO_TLS_CONTEXT_H_
#include <botan/credentials_manager.h>
#include <botan/ocsp.h>
#include <botan/rng.h>
#include <botan/tls_callbacks.h>
#include <botan/tls_policy.h>
#include <botan/tls_server_info.h>
#include <botan/tls_session_manager.h>
#include <botan_all.h>
#include <functional>
namespace Botan::TLS {

View File

@@ -9,9 +9,7 @@
#ifndef BOTAN_ASIO_ERROR_H_
#define BOTAN_ASIO_ERROR_H_
#include <botan/exceptn.h>
#include <botan/tls_alert.h>
#include <botan/tls_exceptn.h>
#include <botan_all.h>
#include <asio/error_code.hpp>
namespace boost{

View File

@@ -9,11 +9,7 @@
#ifndef BOTAN_ASIO_STREAM_H_
#define BOTAN_ASIO_STREAM_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 <botan_all.h>
#include <asio.hpp>
#include "asio_async_ops.h"