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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.257 and 1.258

version 1.257, 2015/01/26 03:04:46 version 1.258, 2015/01/26 06:10:03
Line 1217 
Line 1217 
                 goto out;                  goto out;
         }          }
   
         debug("Server host key: %s %s", sshkey_type(host_key), fp);          debug("Server host key: %s %s",
               compat20 ? sshkey_ssh_name(host_key) : sshkey_type(host_key), fp);
   
         if (sshkey_equal(previous_host_key, host_key)) {          if (sshkey_equal(previous_host_key, host_key)) {
                 debug2("%s: server host key %s %s matches cached key",                  debug2("%s: server host key %s %s matches cached key",

Legend:
Removed from v.1.257  
changed lines
  Added in v.1.258