mirror of
https://gitlab.isc.org/isc-projects/kea.git
synced 2025-12-20 00:53:34 +08:00
7 lines
115 B
C++
7 lines
115 B
C++
#include <boost/asio/ssl.hpp>
|
|
|
|
int main() {
|
|
auto _(boost::asio::ssl::error::stream_truncated);
|
|
return 0;
|
|
}
|