Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
platform_root_ca.hpp
Go to the documentation of this file.
1
5#pragma once
6
7#include <boost/asio/ssl/context.hpp>
8
9namespace fc {
10
11//Add the platform's trusted root CAs to the ssl context
12void add_platform_root_cas_to_context(boost::asio::ssl::context& ctx);
13}
namespace sysio::chain
Definition authority.cpp:3
void add_platform_root_cas_to_context(boost::asio::ssl::context &ctx)