mirror of
https://github.com/boostorg/beast.git
synced 2025-08-01 13:54:38 +02:00
@@ -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
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
@@ -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+.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user