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

Diff for /src/usr.bin/ssh/auth.c between version 1.107 and 1.108

version 1.107, 2014/12/04 02:24:32 version 1.108, 2014/12/21 22:27:56
Line 552 
Line 552 
   
         if (options.revoked_keys_file == NULL)          if (options.revoked_keys_file == NULL)
                 return 0;                  return 0;
         if ((fp = sshkey_fingerprint(key, SSH_FP_MD5, SSH_FP_HEX)) == NULL) {          if ((fp = sshkey_fingerprint(key, options.fingerprint_hash,
               SSH_FP_DEFAULT)) == NULL) {
                 r = SSH_ERR_ALLOC_FAIL;                  r = SSH_ERR_ALLOC_FAIL;
                 error("%s: fingerprint key: %s", __func__, ssh_err(r));                  error("%s: fingerprint key: %s", __func__, ssh_err(r));
                 goto out;                  goto out;

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108