2017-06-18 06:51:51 -07:00
|
|
|
//
|
|
|
|
|
// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
|
|
|
|
|
//
|
|
|
|
|
// 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)
|
|
|
|
|
//
|
|
|
|
|
|
2017-06-19 09:01:56 -07:00
|
|
|
#if BEAST_USE_OPENSSL
|
|
|
|
|
|
2017-06-18 06:51:51 -07:00
|
|
|
// Test that header file is self-contained.
|
|
|
|
|
#include "../../example/server-framework/multi_port.hpp"
|
|
|
|
|
|
2017-06-19 09:01:56 -07:00
|
|
|
#endif
|
|
|
|
|
|