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

Diff for /src/usr.bin/ssh/auth2-pubkey.c between version 1.56 and 1.57

version 1.56, 2016/09/14 05:42:25 version 1.57, 2016/09/14 20:11:26
Line 678 
Line 678 
                 error("%s: sshkey_fingerprint failed", __func__);                  error("%s: sshkey_fingerprint failed", __func__);
                 goto out;                  goto out;
         }          }
         if ((key_fp = sshkey_fingerprint(cert->signature_key,          if ((key_fp = sshkey_fingerprint(key,
             options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) {              options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) {
                 error("%s: sshkey_fingerprint failed", __func__);                  error("%s: sshkey_fingerprint failed", __func__);
                 goto out;                  goto out;

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57