[BACK]Return to sshconnect2.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.235 and 1.236

version 1.235, 2015/12/11 02:31:47 version 1.236, 2016/01/14 16:17:40
Line 211 
Line 211 
   
         dispatch_run(DISPATCH_BLOCK, &kex->done, active_state);          dispatch_run(DISPATCH_BLOCK, &kex->done, active_state);
   
         if (options.use_roaming && !kex->roaming) {  
                 debug("Roaming not allowed by server");  
                 options.use_roaming = 0;  
         }  
         /* remove ext-info from the KEX proposals for rekeying */          /* remove ext-info from the KEX proposals for rekeying */
         myproposal[PROPOSAL_KEX_ALGS] =          myproposal[PROPOSAL_KEX_ALGS] =
             compat_kex_proposal(options.kex_algorithms);              compat_kex_proposal(options.kex_algorithms);

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.236