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

Diff for /src/usr.bin/ssh/auth-rhosts.c between version 1.18 and 1.19

version 1.18, 2001/01/19 15:55:10 version 1.19, 2001/01/21 19:05:42
Line 17 
Line 17 
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
 #include "packet.h"  #include "packet.h"
 #include "ssh.h"  
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "uidswap.h"  #include "uidswap.h"
 #include "servconf.h"  
 #include "pathnames.h"  #include "pathnames.h"
   #include "log.h"
   #include "servconf.h"
   #include "canohost.h"
   
 /*  /*
  * This function processes an rhosts-style file (.rhosts, .shosts, or   * This function processes an rhosts-style file (.rhosts, .shosts, or

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19