rippled
Loading...
Searching...
No Matches
RegisterSSLCerts.h
1#ifndef XRPL_NET_REGISTER_SSL_CERTS_H_INCLUDED
2#define XRPL_NET_REGISTER_SSL_CERTS_H_INCLUDED
3
4#include <xrpl/basics/Log.h>
5
6#include <boost/asio/ssl/context.hpp>
7
8namespace ripple {
16void
18 boost::asio::ssl::context&,
19 boost::system::error_code&,
21
22} // namespace ripple
23
24#endif
A generic endpoint for log messages.
Definition Journal.h:41
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
void registerSSLCerts(boost::asio::ssl::context &, boost::system::error_code &, beast::Journal j)
Register default SSL certificates.