Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/svr-session.c Tue Apr 14 20:44:30 2015 +0800 +++ b/svr-session.c Fri Jun 12 23:02:15 2015 +0800 @@ -138,6 +138,8 @@ /* exchange identification, version etc */ send_session_identification(); + + kexfirstinitialise(); /* initialise the kex state */ /* start off with key exchange */ send_msg_kexinit();