00001 // 00002 // ssl.hpp 00003 // ~~~~~~~ 00004 // 00005 // Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) 00006 // 00007 // Distributed under the Boost Software License, Version 1.0. (See accompanying 00008 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00009 // 00010 00011 #ifndef ASIO_SSL_HPP 00012 #define ASIO_SSL_HPP 00013 00014 #if defined(_MSC_VER) && (_MSC_VER >= 1200) 00015 # pragma once 00016 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) 00017 00018 #include "asio/ssl/basic_context.hpp" 00019 #include "asio/ssl/context.hpp" 00020 #include "asio/ssl/context_base.hpp" 00021 #include "asio/ssl/context_service.hpp" 00022 #include "asio/ssl/stream.hpp" 00023 #include "asio/ssl/stream_base.hpp" 00024 #include "asio/ssl/stream_service.hpp" 00025 00026 #endif // ASIO_SSL_HPP