merge of abac2150ee4f4031a98016241fbd136d24fed127

and ffa047425729e478a5b49b1ab0f8ec71c08a1421

--HG--
extra : convert_revision : e9b7d4eda64d70aff736f48cc8dea680b153139b
This commit is contained in:
Matt Johnston
2004-06-23 07:14:16 +00:00
14 changed files with 231 additions and 232 deletions

View File

@@ -450,8 +450,8 @@ void recv_msg_kexinit() {
/* the rest of ses.kexhashbuf will be done after DH exchange */
ses.kexstate.recvkexinit = 1;
// ses.expecting = SSH_MSG_KEXDH_INIT;
ses.expecting = 0;
ses.requirenext = SSH_MSG_KEXDH_INIT;
// ses.expecting = 0; // client matt
TRACE(("leave recv_msg_kexinit"));
}