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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.313 and 1.314

version 1.313, 2019/11/13 04:47:52 version 1.314, 2019/11/15 02:37:24
Line 1190 
Line 1190 
                 debug("%s: sshkey_sign: %s", __func__, ssh_err(r));                  debug("%s: sshkey_sign: %s", __func__, ssh_err(r));
                 goto out;                  goto out;
         }          }
         notify_complete(notifier);  
         /*          /*
          * PKCS#11 tokens may not support all signature algorithms,           * PKCS#11 tokens may not support all signature algorithms,
          * so check what we get back.           * so check what we get back.
Line 1202 
Line 1201 
         /* success */          /* success */
         r = 0;          r = 0;
  out:   out:
           notify_complete(notifier);
         sshkey_free(prv);          sshkey_free(prv);
         return r;          return r;
 }  }

Legend:
Removed from v.1.313  
changed lines
  Added in v.1.314