- (djm) [myproposal.h] Make curve25519 KEX dependent on
HAVE_EVP_SHA256 instead of OPENSSL_HAS_ECC.
This commit is contained in:
parent
d4e7d59d01
commit
2f3d1e7fb2
|
@ -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 ""
|
||||
|
|
Loading…
Reference in New Issue