2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-30 19:32:09 +00:00
Files
asio/include
Christopher Kohlhoff 8ea3165df9 Backward compatibility for code using OpenSSL < 1.1.0.
Some application code using asio::ssl::stream<> explicitly tests for the
SSL_R_SHORT_READ error. For compatibility, when using older versions of
OpenSSL we will define the ssl::error::stream_truncated to use this
value.
2016-09-11 12:12:39 +10:00
..