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

Diff for /src/usr.bin/ssh/ssh-keysign.c between version 1.43 and 1.44

version 1.43, 2014/10/08 22:20:25 version 1.44, 2014/12/21 22:27:56
Line 235 
Line 235 
                 }                  }
         }          }
         if (!found) {          if (!found) {
                 fp = key_fingerprint(key, SSH_FP_MD5, SSH_FP_HEX);                  fp = key_fingerprint(key, options.fingerprint_hash,
                       SSH_FP_DEFAULT);
                 fatal("no matching hostkey found for key %s %s",                  fatal("no matching hostkey found for key %s %s",
                     key_type(key), fp);                      key_type(key), fp);
         }          }

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44