summaryrefslogtreecommitdiff
path: root/sshconnect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect2.c')
-rw-r--r--sshconnect2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sshconnect2.c b/sshconnect2.c
index 66cb03527..1a4e55179 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -220,6 +220,8 @@ ssh_kex2(char *host, struct sockaddr *hostaddr, u_short port)
220 } 220 }
221 if (options.kex_algorithms != NULL) 221 if (options.kex_algorithms != NULL)
222 myproposal[PROPOSAL_KEX_ALGS] = options.kex_algorithms; 222 myproposal[PROPOSAL_KEX_ALGS] = options.kex_algorithms;
223 myproposal[PROPOSAL_KEX_ALGS] = compat_kex_proposal(
224 myproposal[PROPOSAL_KEX_ALGS]);
223 225
224#ifdef GSSAPI 226#ifdef GSSAPI
225 /* If we've got GSSAPI algorithms, then we also support the 227 /* If we've got GSSAPI algorithms, then we also support the