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
12
Signature.h
12
Signature.h
|
@ -3,14 +3,12 @@
|
|||
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
#include <openssl/dsa.h>
|
||||
#include <openssl/ec.h>
|
||||
#include <openssl/ecdsa.h>
|
||||
#include <openssl/rsa.h>
|
||||
#include <openssl/evp.h>
|
||||
#include "Crypto.h"
|
||||
#include OPENSSL(sha.h)
|
||||
#include OPENSSL(dsa.h)
|
||||
#include OPENSSL(ec.h)
|
||||
#include OPENSSL(ecdsa.h)
|
||||
#include OPENSSL(rsa.h)
|
||||
#include OPENSSL(rand.h)
|
||||
#include OPENSSL(evp.h)
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue