mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
include openssl through OPENSSL macro
This commit is contained in:
parent
aa5ea0e3a1
commit
3907b4101a
25 changed files with 48 additions and 169 deletions
10
Reseed.cpp
10
Reseed.cpp
|
@ -3,10 +3,11 @@
|
|||
#include <sstream>
|
||||
#include <boost/regex.hpp>
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/asio/ssl.hpp>
|
||||
#include <openssl/bn.h>
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/err.h>
|
||||
#include <boost/asio/ssl.hpp> // might include openssl
|
||||
#include "Crypto.h"
|
||||
#include OPENSSL(bn.h)
|
||||
#include OPENSSL(ssl.h)
|
||||
#include OPENSSL(err.h)
|
||||
#include <zlib.h>
|
||||
|
||||
#include "I2PEndian.h"
|
||||
|
@ -14,7 +15,6 @@
|
|||
#include "FS.h"
|
||||
#include "Log.h"
|
||||
#include "Identity.h"
|
||||
#include "Crypto.h"
|
||||
#include "NetDb.h"
|
||||
#include "util.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue