mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 13:40:43 -04:00
Add ssl_options support to monerod's rpc mode.
This commit is contained in:
parent
ce73cc3add
commit
fafc5c3692
14 changed files with 160 additions and 140 deletions
|
@ -43,6 +43,7 @@
|
|||
#include "common/common_fwd.h"
|
||||
#include "common/rpc_client.h"
|
||||
#include "cryptonote_basic/cryptonote_basic.h"
|
||||
#include "net/net_fwd.h"
|
||||
#include "rpc/core_rpc_server.h"
|
||||
|
||||
#undef MONERO_DEFAULT_LOG_CATEGORY
|
||||
|
@ -61,6 +62,7 @@ public:
|
|||
uint32_t ip
|
||||
, uint16_t port
|
||||
, const boost::optional<tools::login>& user
|
||||
, const epee::net_utils::ssl_options_t& ssl_options
|
||||
, bool is_rpc = true
|
||||
, cryptonote::core_rpc_server* rpc_server = NULL
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue