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

Diff for /src/usr.bin/ssh/ssh-add.c between version 1.93 and 1.94

version 1.93, 2010/02/26 20:29:54 version 1.94, 2010/03/01 11:07:06
Line 219 
Line 219 
                         error("Certificate %s (%s) add failed", certpath,                          error("Certificate %s (%s) add failed", certpath,
                             private->cert->key_id);                              private->cert->key_id);
                 }                  }
         } else          }
                 fprintf(stderr, "Unable to load certificate %s", certpath);  
   
         xfree(certpath);          xfree(certpath);
         xfree(comment);          xfree(comment);

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94