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

Diff for /src/usr.bin/ssh/ssh-keygen.c between version 1.142 and 1.143

version 1.142, 2006/03/25 18:40:14 version 1.143, 2006/03/30 11:05:17
Line 331 
Line 331 
                 line[pos++] = c;                  line[pos++] = c;
                 line[pos] = '\0';                  line[pos] = '\0';
         }          }
           if (c == EOF)
                   return -1;
         return pos;          return pos;
 }  }
   

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143