mirror of
https://github.com/boostorg/beast.git
synced 2026-01-27 09:42:18 +01:00
Add server-framework SSL HTTP and WebSocket ports
This commit is contained in:
13
test/server/https_ports.cpp
Normal file
13
test/server/https_ports.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// 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)
|
||||
//
|
||||
|
||||
#if BEAST_USE_OPENSSL
|
||||
|
||||
// Test that header file is self-contained.
|
||||
#include "../../example/server-framework/https_ports.hpp"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user