This is a bug fix patch that fixes a major issue affecting compatibility with newer versions of the Asio library (including the one bundled in Boost 1.70 and higher). It also includes some documentation, cmake, and OpenSSL compatibility fixes.
Details
- Compatibility: Removes the use of make_shared in a number of cases where it would be incompatible with newer versions of ASIO. Th...