Skip to content

Commit

Permalink
kex.c: removed dupe entry from libssh2_kex_methods[]
Browse files Browse the repository at this point in the history
Closes libssh2#51
  • Loading branch information
sbredahl authored and bagder committed Oct 5, 2015
1 parent 4d97ed9 commit ad26fd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kex.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit ad26fd9

Please sign in to comment.