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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.58 and 1.59

version 1.58, 2001/04/05 11:09:15 version 1.59, 2001/04/05 20:01:10
Line 554 
Line 554 
                                 continue;                                  continue;
   
                         case 'R':                          case 'R':
                                 if (compat20 && !(datafellows && SSH_BUG_NOREKEY))                                  if (compat20) {
                                         need_rekeying = 1;                                          if (datafellows & SSH_BUG_NOREKEY)
                                                   log("Server does not support re-keying");
                                           else
                                                   need_rekeying = 1;
                                   }
                                 continue;                                  continue;
   
                         case '&':                          case '&':

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59