[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.93 and 1.94

version 1.93, 2002/02/24 19:14:59 version 1.94, 2002/02/25 16:33:27
Line 146 
Line 146 
 do_convert_to_ssh2(struct passwd *pw)  do_convert_to_ssh2(struct passwd *pw)
 {  {
         Key *k;          Key *k;
         int len;          u_int len;
         u_char *blob;          u_char *blob;
         struct stat st;          struct stat st;
   

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94