From ad26fd92cf2e46212f33b470991f57ba6690e909 Mon Sep 17 00:00:00 2001 From: sune Date: Mon, 5 Oct 2015 10:28:49 +0200 Subject: [PATCH] kex.c: removed dupe entry from libssh2_kex_methods[] Closes #51 --- src/kex.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/kex.c b/src/kex.c index 73128ce1..590b30ab 100644 --- a/src/kex.c +++ b/src/kex.c @@ -1711,7 +1711,6 @@ static const LIBSSH2_KEX_METHOD *libssh2_kex_methods[] = { &kex_method_diffie_helman_group_exchange_sha256, &kex_method_diffie_helman_group_exchange_sha1, &kex_method_diffie_helman_group14_sha1, - &kex_method_diffie_helman_group_exchange_sha1, &kex_method_diffie_helman_group1_sha1, NULL };