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

Diff for /src/usr.bin/ssh/Attic/key.c between version 1.78 and 1.79

version 1.78, 2008/07/07 23:32:51 version 1.79, 2008/07/25 07:05:16
Line 365 
Line 365 
                         y = MIN(y, FLDSIZE_Y - 1);                          y = MIN(y, FLDSIZE_Y - 1);
   
                         /* augment the field */                          /* augment the field */
                         field[x][y]++;                          if (field[x][y] < len - 2)
                                   field[x][y]++;
                         input = input >> 2;                          input = input >> 2;
                 }                  }
         }          }

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79