rippled
Loading...
Searching...
No Matches
RegisterSSLCerts.h
1#pragma once
2
3#include <xrpl/basics/Log.h>
4
5#include <boost/asio/ssl/context.hpp>
6
7namespace xrpl {
15void
16registerSSLCerts(boost::asio::ssl::context&, boost::system::error_code&, beast::Journal j);
17
18} // namespace xrpl
A generic endpoint for log messages.
Definition Journal.h:40
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
void registerSSLCerts(boost::asio::ssl::context &, boost::system::error_code &, beast::Journal j)
Register default SSL certificates.