[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.27 and 1.28

version 1.27, 2001/12/27 19:54:53 version 1.28, 2002/01/29 14:32:03
Line 48 
Line 48 
                 return 0;                  return 0;
   
         canonical_hostname = get_canonical_hostname(          canonical_hostname = get_canonical_hostname(
             options.reverse_mapping_check);              options.verify_reverse_mapping);
   
         debug("Rhosts RSA authentication: canonical host %.900s", canonical_hostname);          debug("Rhosts RSA authentication: canonical host %.900s", canonical_hostname);
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28