fixed build error with openssl 1.1.1

This commit is contained in:
orignal 2018-09-05 09:51:03 -04:00
parent 6fe1de5d86
commit 2c58fe736b
2 changed files with 4 additions and 2 deletions

View file

@ -267,7 +267,7 @@ namespace crypto
#else
# define LEGACY_OPENSSL 0
# if (OPENSSL_VERSION_NUMBER >= 0x010101000) // 1.1.1
# define OPENSSL_EDDSA
# define OPENSSL_EDDSA 1
# endif
#endif