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

Diff for /src/usr.bin/ssh/Attic/auth-rh-rsa.c between version 1.32 and 1.33

version 1.32, 2002/03/18 17:50:31 version 1.33, 2002/03/19 10:49:35
Line 49 
Line 49 
             chost, _PATH_SSH_SYSTEM_HOSTFILE,              chost, _PATH_SSH_SYSTEM_HOSTFILE,
             options.ignore_user_known_hosts ? NULL : _PATH_SSH_USER_HOSTFILE);              options.ignore_user_known_hosts ? NULL : _PATH_SSH_USER_HOSTFILE);
   
         return (host_status == HOST_OK);          return (host_status == HOST_OK);
 }  }
   
 /*  /*

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33