[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.204 and 1.204.4.1

version 1.204, 2014/02/02 03:44:32 version 1.204.4.1, 2014/04/21 00:30:48
Line 189 
Line 189 
         }          }
         if (options.kex_algorithms != NULL)          if (options.kex_algorithms != NULL)
                 myproposal[PROPOSAL_KEX_ALGS] = options.kex_algorithms;                  myproposal[PROPOSAL_KEX_ALGS] = options.kex_algorithms;
           myproposal[PROPOSAL_KEX_ALGS] = compat_kex_proposal(
               myproposal[PROPOSAL_KEX_ALGS]);
   
         if (options.rekey_limit || options.rekey_interval)          if (options.rekey_limit || options.rekey_interval)
                 packet_set_rekey_limits((u_int32_t)options.rekey_limit,                  packet_set_rekey_limits((u_int32_t)options.rekey_limit,

Legend:
Removed from v.1.204  
changed lines
  Added in v.1.204.4.1