Browse Source

fixed windows build

pull/317/head
orignal 9 years ago
parent
commit
f35660c8e2
  1. 4
      Crypto.cpp

4
Crypto.cpp

@ -7,10 +7,10 @@ @@ -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

Loading…
Cancel
Save