Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:29:02

0001 //
0002 // impl/ssl/src.hpp
0003 // ~~~~~~~~~~~~~~~~
0004 //
0005 // Copyright (c) 2003-2023 Christopher M. Kohlhoff (chris at kohlhoff dot com)
0006 //
0007 // Distributed under the Boost Software License, Version 1.0. (See accompanying
0008 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0009 //
0010 
0011 #ifndef BOOST_ASIO_SSL_IMPL_SRC_HPP
0012 #define BOOST_ASIO_SSL_IMPL_SRC_HPP
0013 
0014 #define BOOST_ASIO_SOURCE
0015 
0016 #include <boost/asio/detail/config.hpp>
0017 
0018 #if defined(BOOST_ASIO_HEADER_ONLY)
0019 # error Do not compile Asio library source with BOOST_ASIO_HEADER_ONLY defined
0020 #endif
0021 
0022 #include <boost/asio/ssl/impl/context.ipp>
0023 #include <boost/asio/ssl/impl/error.ipp>
0024 #include <boost/asio/ssl/detail/impl/engine.ipp>
0025 #include <boost/asio/ssl/detail/impl/openssl_init.ipp>
0026 #include <boost/asio/ssl/impl/host_name_verification.ipp>
0027 #include <boost/asio/ssl/impl/rfc2818_verification.ipp>
0028 
0029 #endif // BOOST_ASIO_SSL_IMPL_SRC_HPP