mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
- (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
|
#endif
|
||||||
|
|
||||||
#ifdef WITH_OPENSSL
|
#ifdef WITH_OPENSSL
|
||||||
# ifdef OPENSSL_HAS_ECC
|
# ifdef HAVE_EVP_SHA256
|
||||||
# define KEX_CURVE25519_METHODS "curve25519-sha256@libssh.org,"
|
# define KEX_CURVE25519_METHODS "curve25519-sha256@libssh.org,"
|
||||||
# else
|
# else
|
||||||
# define KEX_CURVE25519_METHODS ""
|
# define KEX_CURVE25519_METHODS ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user