- (djm) [myproposal.h] Make curve25519 KEX dependent on

HAVE_EVP_SHA256 instead of OPENSSL_HAS_ECC.
This commit is contained in:
Damien Miller 2014-08-19 11:14:36 +10:00
parent d4e7d59d01
commit 2f3d1e7fb2
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
#endif
#ifdef WITH_OPENSSL
# ifdef OPENSSL_HAS_ECC
# ifdef HAVE_EVP_SHA256
# define KEX_CURVE25519_METHODS "curve25519-sha256@libssh.org,"
# else
# define KEX_CURVE25519_METHODS ""