[openssh-commits] [openssh] 02/02: remove duplicated KEX_DH1 entry
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Oct 12 12:36:07 EST 2014
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 4460a7ad0c78d4cd67c467f6e9f4254d0404ed59
Author: Damien Miller <djm at mindrot.org>
Date: Sun Oct 12 12:35:48 2014 +1100
remove duplicated KEX_DH1 entry
---
kex.c | 1 -
1 file changed, 1 deletion(-)
diff --git kex.c kex.c
index a173e70..fff4433 100644
--- kex.c
+++ 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 },
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list