mirror of
https://github.com/Icinga/icinga2.git
synced 2025-08-24 02:59:17 +02:00
22 lines
616 B
C++
22 lines
616 B
C++
//
|
|
// Copyright (c) 2020 Kasper Laudrup (laudrup at stacktrace dot dk)
|
|
//
|
|
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
//
|
|
|
|
#ifndef BOOST_WINTLS_HPP
|
|
#define BOOST_WINTLS_HPP
|
|
|
|
#include <boost/wintls/detail/config.hpp>
|
|
|
|
#include <boost/wintls/certificate.hpp>
|
|
#include <boost/wintls/context.hpp>
|
|
#include <boost/wintls/error.hpp>
|
|
#include <boost/wintls/file_format.hpp>
|
|
#include <boost/wintls/handshake_type.hpp>
|
|
#include <boost/wintls/method.hpp>
|
|
#include <boost/wintls/stream.hpp>
|
|
|
|
#endif // BOOST_WINTLS_HPP
|