mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
include openssl through OPENSSL macro
This commit is contained in:
12
Crypto.h
12
Crypto.h
@@ -1,12 +1,16 @@
|
||||
#ifndef CRYPTO_H__
|
||||
#define CRYPTO_H__
|
||||
|
||||
#define OPENSSL(file) <openssl/file>
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <string>
|
||||
#include <openssl/bn.h>
|
||||
#include <openssl/dh.h>
|
||||
#include <openssl/aes.h>
|
||||
#include <openssl/dsa.h>
|
||||
#include OPENSSL(bn.h)
|
||||
#include OPENSSL(dh.h)
|
||||
#include OPENSSL(aes.h)
|
||||
#include OPENSSL(dsa.h)
|
||||
#include OPENSSL(sha.h)
|
||||
#include OPENSSL(rand.h)
|
||||
#include "Base.h"
|
||||
|
||||
namespace i2p
|
||||
|
||||
Reference in New Issue
Block a user