[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.88 and 1.89

version 1.88, 2010/06/22 04:49:47 version 1.89, 2010/08/04 05:42:47
Line 295 
Line 295 
         HostStatus host_status;          HostStatus host_status;
   
         /* Check if we know the host and its host key. */          /* Check if we know the host and its host key. */
         found = key_new(key->type);          found = key_new(key_is_cert(key) ? KEY_UNSPEC : key->type);
         host_status = check_host_in_hostfile(sysfile, host, key, found, NULL);          host_status = check_host_in_hostfile(sysfile, host, key, found, NULL);
   
         if (host_status != HOST_OK && userfile != NULL) {          if (host_status != HOST_OK && userfile != NULL) {

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89