mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
changed back to <openssl/
This commit is contained in:
parent
ae81cc2644
commit
7c835bae20
8 changed files with 26 additions and 35 deletions
14
Crypto.h
14
Crypto.h
|
@ -1,16 +1,14 @@
|
|||
#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(sha.h)
|
||||
#include OPENSSL(rand.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue