comparison svr-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 077bbe1eb220
comparison
equal deleted inserted replaced
741:eafdf8b363f5 742:cd201dc2da9a
111 111
112 /* We're ready to go now */ 112 /* We're ready to go now */
113 sessinitdone = 1; 113 sessinitdone = 1;
114 114
115 /* exchange identification, version etc */ 115 /* exchange identification, version etc */
116 session_identification(); 116 send_session_identification();
117 117
118 /* start off with key exchange */ 118 /* start off with key exchange */
119 send_msg_kexinit(); 119 send_msg_kexinit();
120 120
121 /* Run the main for loop. NULL is for the dispatcher - only the client 121 /* Run the main for loop. NULL is for the dispatcher - only the client