detect_ssl, async_detect_ssl are public interfaces

This commit is contained in:
Vinnie Falco
2019-02-21 18:09:39 -08:00
parent b2807ae3ee
commit 90b783cb62
28 changed files with 1057 additions and 784 deletions
-1
View File
@@ -18,7 +18,6 @@ add_executable (tests-example-common
${EXTRAS_FILES}
${TEST_MAIN}
Jamfile
detect_ssl.cpp
root_certificates.cpp
server_certificate.cpp
session_alloc.cpp
-1
View File
@@ -8,7 +8,6 @@
#
local SOURCES =
detect_ssl.cpp
root_certificates.cpp
server_certificate.cpp
session_alloc.cpp
-12
View File
@@ -1,12 +0,0 @@
//
// Copyright (c) 2016-2019 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)
//
// Official repository: https://github.com/boostorg/beast
//
// Test that header file is self-contained.
#include "example/common/detect_ssl.hpp"