[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.29 and 1.30

version 1.29, 2001/11/08 20:02:24 version 1.30, 2001/11/17 19:14:34
Line 263 
Line 263 
         Key *found;          Key *found;
         char *user_hostfile;          char *user_hostfile;
         struct stat st;          struct stat st;
         int 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->type);

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30