Mercurial > dropbear
comparison svr-session.c @ 1129:45830474d83c coverity
merge up to date, attempt to fix travis.yml
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 12 Jun 2015 23:02:15 +0800 |
parents | 8e0280986710 |
children | 43a8ea69b24c |
comparison
equal
deleted
inserted
replaced
1077:26c1f9b8f82e | 1129:45830474d83c |
---|---|
136 /* We're ready to go now */ | 136 /* We're ready to go now */ |
137 sessinitdone = 1; | 137 sessinitdone = 1; |
138 | 138 |
139 /* exchange identification, version etc */ | 139 /* exchange identification, version etc */ |
140 send_session_identification(); | 140 send_session_identification(); |
141 | |
142 kexfirstinitialise(); /* initialise the kex state */ | |
141 | 143 |
142 /* start off with key exchange */ | 144 /* start off with key exchange */ |
143 send_msg_kexinit(); | 145 send_msg_kexinit(); |
144 | 146 |
145 /* Run the main for loop. NULL is for the dispatcher - only the client | 147 /* Run the main for loop. NULL is for the dispatcher - only the client |