summaryrefslogtreecommitdiffstats
path: root/kex.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-10-12 12:35:48 +1100
committerDamien Miller <djm@mindrot.org>2014-10-12 12:35:48 +1100
commit4460a7ad0c78d4cd67c467f6e9f4254d0404ed59 (patch)
treef2b29fb86ee1a665b4602aefeedec56fe276d593 /kex.c
parentc9b8426a616138d0d762176c94f51aff3faad5ff (diff)
remove duplicated KEX_DH1 entry
Diffstat (limited to 'kex.c')
-rw-r--r--kex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kex.c b/kex.c
index a173e70e..fff44335 100644
--- a/kex.c
+++ b/kex.c
@@ -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 },