include openssl through OPENSSL macro

This commit is contained in:
orignal 2016-05-11 15:12:38 -04:00
parent aa5ea0e3a1
commit 3907b4101a
25 changed files with 48 additions and 169 deletions

View file

@ -2,8 +2,9 @@
#include "I2PEndian.h"
#include <map>
#include <string>
#include <openssl/rand.h>
#include <openssl/sha.h>
#include "Crypto.h"
#include OPENSSL(rand.h)
#include OPENSSL(sha.h)
#include "RouterContext.h"
#include "I2NPProtocol.h"
#include "Tunnel.h"