[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.24 and 1.25

version 1.24, 2001/06/23 00:20:57 version 1.25, 2001/06/23 03:04:42
Line 61 
Line 61 
   
         host_status = check_key_in_hostfiles(pw, client_key, canonical_hostname,          host_status = check_key_in_hostfiles(pw, client_key, canonical_hostname,
             _PATH_SSH_SYSTEM_HOSTFILE,              _PATH_SSH_SYSTEM_HOSTFILE,
             options.ignore_user_known_hosts ? _PATH_SSH_USER_HOSTFILE : NULL);              options.ignore_user_known_hosts ? NULL : _PATH_SSH_USER_HOSTFILE);
   
         key_free(client_key);          key_free(client_key);
   

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25