[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.122 and 1.123

version 1.122, 2015/03/26 12:32:38 version 1.123, 2015/07/03 03:43:18
Line 294 
Line 294 
         }          }
   
         /* Graft with private bits */          /* Graft with private bits */
         if ((r = sshkey_to_certified(private,          if ((r = sshkey_to_certified(private)) != 0) {
             sshkey_cert_is_legacy(cert))) != 0) {  
                 error("%s: sshkey_to_certified: %s", __func__, ssh_err(r));                  error("%s: sshkey_to_certified: %s", __func__, ssh_err(r));
                 sshkey_free(cert);                  sshkey_free(cert);
                 goto out;                  goto out;

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123