mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
changed back to <openssl/
This commit is contained in:
parent
ae81cc2644
commit
7c835bae20
8 changed files with 26 additions and 35 deletions
|
@ -3,13 +3,12 @@
|
|||
#include <sstream>
|
||||
#include <boost/regex.hpp>
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/asio/ssl.hpp> // might include openssl
|
||||
#include "Crypto.h"
|
||||
#include OPENSSL(bn.h)
|
||||
#include OPENSSL(ssl.h)
|
||||
#include OPENSSL(err.h)
|
||||
#include <boost/asio/ssl.hpp>
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/err.h>
|
||||
#include <zlib.h>
|
||||
|
||||
#include "Crypto.h"
|
||||
#include "I2PEndian.h"
|
||||
#include "Reseed.h"
|
||||
#include "FS.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue