mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
use EdDSA from openssl 1.1.1
This commit is contained in:
@@ -266,6 +266,9 @@ namespace crypto
|
||||
# define LEGACY_OPENSSL 1
|
||||
#else
|
||||
# define LEGACY_OPENSSL 0
|
||||
# if (OPENSSL_VERSION_NUMBER >= 0x010101000) // 1.1.1
|
||||
# define OPENSSL_EDDSA
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if LEGACY_OPENSSL
|
||||
|
||||
Reference in New Issue
Block a user