[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.194 and 1.195

version 1.194, 2010/06/30 07:26:03 version 1.195, 2010/07/16 04:45:30
Line 572 
Line 572 
 do_convert_from(struct passwd *pw)  do_convert_from(struct passwd *pw)
 {  {
         Key *k = NULL;          Key *k = NULL;
         int private = 0, ok;          int private = 0, ok = 0;
         struct stat st;          struct stat st;
   
         if (!have_identity)          if (!have_identity)

Legend:
Removed from v.1.194  
changed lines
  Added in v.1.195