mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
check if chacha20 and poly1305 is presented in openssl build
This commit is contained in:
parent
3f091f4748
commit
f74b27c58c
6 changed files with 47 additions and 45 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include "ChaCha20.h"
|
||||
|
||||
#if LEGACY_OPENSSL
|
||||
#if !OPENSSL_AEAD_CHACHA20_POLY1305
|
||||
namespace i2p
|
||||
{
|
||||
namespace crypto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue