OpenSSL is required for tests and examples

This commit is contained in:
Vinnie Falco
2019-02-23 10:46:43 -08:00
parent 59bda5d9c6
commit 6331e03a3a
23 changed files with 19 additions and 44 deletions

View File

@@ -7,9 +7,5 @@
// Official repository: https://github.com/boostorg/beast
//
#if BOOST_BEAST_USE_OPENSSL
// Test that header file is self-contained.
#include "example/common/server_certificate.hpp"
#endif