[BACK]Return to ssh-keysign.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-keysign.c between version 1.31 and 1.32

version 1.31, 2010/08/04 05:42:47 version 1.32, 2010/08/04 06:08:40
Line 145 
Line 145 
 {  {
         Buffer b;          Buffer b;
         Options options;          Options options;
         Key *keys[2], *key;          Key *keys[2], *key = NULL;
         struct passwd *pw;          struct passwd *pw;
         int key_fd[2], i, found, version = 2, fd;          int key_fd[2], i, found, version = 2, fd;
         u_char *signature, *data;          u_char *signature, *data;

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32