mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fixed windows build
This commit is contained in:
parent
68b1fe8631
commit
f35660c8e2
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
||||||
#include <openssl/dh.h>
|
#include <openssl/dh.h>
|
||||||
#include <openssl/md5.h>
|
#include <openssl/md5.h>
|
||||||
#include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
#include <openssl/ssl.h>
|
|
||||||
#include <openssl/crypto.h>
|
#include <openssl/crypto.h>
|
||||||
#include "Log.h"
|
|
||||||
#include "TunnelBase.h"
|
#include "TunnelBase.h"
|
||||||
|
#include <openssl/ssl.h>
|
||||||
|
#include "Log.h"
|
||||||
#include "Crypto.h"
|
#include "Crypto.h"
|
||||||
|
|
||||||
namespace i2p
|
namespace i2p
|
||||||
|
|
Loading…
Add table
Reference in a new issue