mirror of
https://github.com/monero-project/monero.git
synced 2025-06-28 13:07:10 -04:00
Merge pull request #8789
df9aa6b
epee: remove dead code in net_helper (Jeffro256)
This commit is contained in:
commit
b2d603e61f
3 changed files with 2 additions and 170 deletions
|
@ -30,6 +30,7 @@
|
|||
#include <string.h>
|
||||
#include <thread>
|
||||
#include <boost/asio/ssl.hpp>
|
||||
#include <boost/asio/steady_timer.hpp>
|
||||
#include <boost/cerrno.hpp>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
#include <boost/asio/strand.hpp>
|
||||
|
@ -38,8 +39,8 @@
|
|||
#include <openssl/ssl.h>
|
||||
#include <openssl/pem.h>
|
||||
#include "misc_log_ex.h"
|
||||
#include "net/net_helper.h"
|
||||
#include "net/net_ssl.h"
|
||||
#include "net/net_utils_base.h"
|
||||
#include "file_io_utils.h" // to validate .crt and .key paths
|
||||
|
||||
#undef MONERO_DEFAULT_LOG_CATEGORY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue