[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.184 and 1.185

version 1.184, 2010/08/31 11:54:45 version 1.185, 2010/09/22 05:01:29
Line 129 
Line 129 
         if (options.hostkeyalgorithms != NULL)          if (options.hostkeyalgorithms != NULL)
                 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] =                  myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] =
                     options.hostkeyalgorithms;                      options.hostkeyalgorithms;
           if (options.kex_algorithms != NULL)
                   myproposal[PROPOSAL_KEX_ALGS] = options.kex_algorithms;
   
         if (options.rekey_limit)          if (options.rekey_limit)
                 packet_set_rekey_limit((u_int32_t)options.rekey_limit);                  packet_set_rekey_limit((u_int32_t)options.rekey_limit);

Legend:
Removed from v.1.184  
changed lines
  Added in v.1.185