OpenSSL 1.0.2 or later is required

resolves #1907
This commit is contained in:
Richard Hodges
2020-04-30 16:40:46 +02:00
parent a4b5cd8473
commit e5c48d4f0d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
* OpenSSL 1.0.2 or later is required
* Fix c++20 deprecation warning in span_body * Fix c++20 deprecation warning in span_body
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View File

@@ -58,7 +58,7 @@ Beast requires:
* [*C++11:] Robust support for most language features. * [*C++11:] Robust support for most language features.
* [*Boost:] Beast only works with Boost, not stand-alone Asio * [*Boost:] Beast only works with Boost, not stand-alone Asio
* [*OpenSSL:] Required to build the tests, examples, and to use TLS/Secure sockets. * [*OpenSSL:] Version 1.0.2 or higher. Required to build the tests, examples, and to use TLS/Secure sockets.
Tested with these compilers: msvc-14+, gcc 4.8.4+, clang 3.6+. Tested with these compilers: msvc-14+, gcc 4.8.4+, clang 3.6+.