mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 18:08:16 +00:00
6 lines
90 B
C++
6 lines
90 B
C++
|
#include <boost/asio/ssl.hpp>
|
||
|
|
||
|
int main() {
|
||
|
auto _(boost::asio::ssl::context::tls);
|
||
|
}
|