fixed windows build

This commit is contained in:
orignal 2016-01-01 08:30:38 -05:00
parent 68b1fe8631
commit f35660c8e2

View file

@ -7,10 +7,10 @@
#include <openssl/dh.h>
#include <openssl/md5.h>
#include <openssl/rand.h>
#include <openssl/ssl.h>
#include <openssl/crypto.h>
#include "Log.h"
#include "TunnelBase.h"
#include <openssl/ssl.h>
#include "Log.h"
#include "Crypto.h"
namespace i2p