mirror of
https://github.com/boostorg/asio.git
synced 2026-01-30 19:32:09 +00:00
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.