The Battle for Wesnoth  1.19.0-dev
Namespaces | Macros | Functions | Variables
tls_root_store.cpp File Reference
#include "tls_root_store.hpp"
#include "log.hpp"
Include dependency graph for tls_root_store.cpp:

Go to the source code of this file.

Namespaces

 network_asio
 

Macros

#define DBG_NW   LOG_STREAM(debug, log_network)
 
#define LOG_NW   LOG_STREAM(info, log_network)
 
#define WRN_NW   LOG_STREAM(warn, log_network)
 
#define ERR_NW   LOG_STREAM(err, log_network)
 

Functions

void network_asio::load_tls_root_certs (boost::asio::ssl::context &ctx)
 

Variables

static lg::log_domain log_network ("network")
 

Macro Definition Documentation

◆ DBG_NW

#define DBG_NW   LOG_STREAM(debug, log_network)

Definition at line 26 of file tls_root_store.cpp.

◆ ERR_NW

#define ERR_NW   LOG_STREAM(err, log_network)

Definition at line 29 of file tls_root_store.cpp.

◆ LOG_NW

#define LOG_NW   LOG_STREAM(info, log_network)

Definition at line 27 of file tls_root_store.cpp.

◆ WRN_NW

#define WRN_NW   LOG_STREAM(warn, log_network)

Definition at line 28 of file tls_root_store.cpp.

Variable Documentation

◆ log_network

lg::log_domain log_network("network") ( "network"  )
static