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

@@ -57,7 +57,7 @@ void recv_msg_kexdh_init() {
mp_clear(&dh_e);
send_msg_newkeys();
ses.expecting = SSH_MSG_NEWKEYS;
ses.requirenext = SSH_MSG_NEWKEYS;
TRACE(("leave recv_msg_kexdh_init"));
}