[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.156 and 1.157

version 1.156, 2006/11/14 19:41:04 version 1.157, 2007/01/03 00:53:38
Line 339 
Line 339 
                 line[pos++] = c;                  line[pos++] = c;
                 line[pos] = '\0';                  line[pos] = '\0';
         }          }
         if (c == EOF)          /* We reached EOF */
                 return -1;          return -1;
         return pos;  
 }  }
   
 static void  static void

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157