mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +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
16
Crypto.cpp
16
Crypto.cpp
|
@ -3,15 +3,15 @@
|
|||
#include <vector>
|
||||
#include <mutex>
|
||||
#include <memory>
|
||||
#include <openssl/sha.h>
|
||||
#include <openssl/dh.h>
|
||||
#include <openssl/md5.h>
|
||||
#include <openssl/rand.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include "TunnelBase.h"
|
||||
#include <openssl/ssl.h>
|
||||
#include "Log.h"
|
||||
#include "Crypto.h"
|
||||
#include OPENSSL(sha.h)
|
||||
#include OPENSSL(dh.h)
|
||||
#include OPENSSL(md5.h)
|
||||
#include OPENSSL(rand.h)
|
||||
#include OPENSSL(crypto.h)
|
||||
#include "TunnelBase.h"
|
||||
#include OPENSSL(ssl.h)
|
||||
#include "Log.h"
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue