[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.131 and 1.132

version 1.131, 2017/05/05 10:42:49 version 1.132, 2017/05/30 14:16:41
Line 298 
Line 298 
                 goto out;                  goto out;
         }          }
         if ((r = sshkey_cert_copy(cert, private)) != 0) {          if ((r = sshkey_cert_copy(cert, private)) != 0) {
                 error("%s: key_cert_copy: %s", __func__, ssh_err(r));                  error("%s: sshkey_cert_copy: %s", __func__, ssh_err(r));
                 sshkey_free(cert);                  sshkey_free(cert);
                 goto out;                  goto out;
         }          }

Legend:
Removed from v.1.131  
changed lines
  Added in v.1.132