comparison cli-session.c @ 742:cd201dc2da9a kexguess

merge
author Matt Johnston <matt@ucc.asn.au>
date Sun, 31 Mar 2013 00:41:15 +0800
parents eafdf8b363f5 78eda530c000
children 09c5eb71ec96
comparison
equal deleted inserted replaced
741:eafdf8b363f5 742:cd201dc2da9a
97 97
98 /* Ready to go */ 98 /* Ready to go */
99 sessinitdone = 1; 99 sessinitdone = 1;
100 100
101 /* Exchange identification */ 101 /* Exchange identification */
102 session_identification(); 102 send_session_identification();
103 103
104 send_msg_kexinit(); 104 send_msg_kexinit();
105 105
106 session_loop(cli_sessionloop); 106 session_loop(cli_sessionloop);
107 107