[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.57 and 1.58

version 1.57, 2001/04/05 10:42:49 version 1.58, 2001/04/05 11:09:15
Line 554 
Line 554 
                                 continue;                                  continue;
   
                         case 'R':                          case 'R':
                                 if (compat20)                                  if (compat20 && !(datafellows && SSH_BUG_NOREKEY))
                                         need_rekeying = 1;                                          need_rekeying = 1;
                                 continue;                                  continue;
   

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