remove duplicated KEX_DH1 entry

This commit is contained in:
Damien Miller 2014-10-12 12:35:48 +11:00
parent c9b8426a61
commit 4460a7ad0c

1
kex.c
View File

@ -89,7 +89,6 @@ static const struct kexalg kexalgs[] = {
SSH_DIGEST_SHA512 },
# endif /* OPENSSL_HAS_NISTP521 */
#endif /* OPENSSL_HAS_ECC */
{ KEX_DH1, KEX_DH_GRP1_SHA1, 0, SSH_DIGEST_SHA1 },
#endif /* WITH_OPENSSL */
#ifdef HAVE_EVP_SHA256
{ KEX_CURVE25519_SHA256, KEX_C25519_SHA256, 0, SSH_DIGEST_SHA256 },