[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.15 and 1.16

version 1.15, 2000/02/04 13:16:16 version 1.16, 2000/02/04 14:34:09
Line 79 
Line 79 
         FILE *f;          FILE *f;
         BIGNUM *e, *n;          BIGNUM *e, *n;
         RSA *public_key;          RSA *public_key;
         char *comment = NULL, char *cp, *ep, line[16*1024];          char *comment = NULL, *cp, *ep, line[16*1024];
         int i, skip = 0, num = 1, invalid = 1;          int i, skip = 0, num = 1, invalid = 1;
         struct stat st;          struct stat st;
   

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16