mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
don't compile compatibility code if openssl 1.1.1
This commit is contained in:
parent
c0e263abd3
commit
cde989b59d
7 changed files with 25 additions and 1 deletions
|
@ -9,7 +9,9 @@
|
|||
#define LIBI2PD_CHACHA20_H
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include "Crypto.h"
|
||||
|
||||
#if LEGACY_OPENSSL
|
||||
namespace i2p
|
||||
{
|
||||
namespace crypto
|
||||
|
@ -22,5 +24,6 @@ namespace crypto
|
|||
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue