#ifndef COURT_MONITOR_ASIO_H #define COURT_MONITOR_ASIO_H #include #include static boost::asio::io_context asioContext; static boost::asio::ssl::context sslContext(boost::asio::ssl::context::tls_client); void initSSL(); #endif // COURT_MONITOR_ASIO_H