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