This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
@@ -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{
 | 
			
		||||
 
 | 
			
		||||
@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user