[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.104 and 1.105

version 1.104, 2012/12/02 20:42:15 version 1.105, 2012/12/05 15:42:52
Line 112 
Line 112 
   
         /* Now try to delete the corresponding certificate too */          /* Now try to delete the corresponding certificate too */
         free(comment);          free(comment);
           comment = NULL;
         xasprintf(&certpath, "%s-cert.pub", filename);          xasprintf(&certpath, "%s-cert.pub", filename);
         if ((cert = key_load_public(certpath, &comment)) == NULL)          if ((cert = key_load_public(certpath, &comment)) == NULL)
                 goto out;                  goto out;

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105