[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.241 and 1.242

version 1.241, 2014/02/05 20:13:25 version 1.242, 2014/03/12 04:50:32
Line 399 
Line 399 
         Buffer b;          Buffer b;
         Key *key = NULL;          Key *key = NULL;
         char *type, *cipher;          char *type, *cipher;
         u_char *sig, data[] = "abcde12345";          u_char *sig = NULL, data[] = "abcde12345";
         int magic, rlen, ktype, i1, i2, i3, i4;          int magic, rlen, ktype, i1, i2, i3, i4;
         u_int slen;          u_int slen;
         u_long e;          u_long e;

Legend:
Removed from v.1.241  
changed lines
  Added in v.1.242