[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.92 and 1.93

version 1.92, 2002/02/16 20:40:08 version 1.93, 2002/02/24 19:14:59
Line 192 
Line 192 
 }  }
   
 static Key *  static Key *
 do_convert_private_ssh2_from_blob(u_char *blob, int blen)  do_convert_private_ssh2_from_blob(u_char *blob, u_int blen)
 {  {
         Buffer b;          Buffer b;
         Key *key = NULL;          Key *key = NULL;

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