[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.79 and 1.80

version 1.79, 2001/08/02 16:14:05 version 1.80, 2001/09/17 19:27:15
Line 186 
Line 186 
 }  }
   
 static Key *  static Key *
 do_convert_private_ssh2_from_blob(char *blob, int blen)  do_convert_private_ssh2_from_blob(u_char *blob, int blen)
 {  {
         Buffer b;          Buffer b;
         Key *key = NULL;          Key *key = NULL;
Line 283 
Line 283 
         Key *k;          Key *k;
         int blen;          int blen;
         char line[1024], *p;          char line[1024], *p;
         char blob[8096];          u_char blob[8096];
         char encoded[8096];          char encoded[8096];
         struct stat st;          struct stat st;
         int escaped = 0, private = 0, ok;          int escaped = 0, private = 0, ok;

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