[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.44 and 1.45

version 1.44, 2010/03/07 11:57:13 version 1.45, 2014/07/15 15:54:14
Line 30 
Line 30 
 #include "uidswap.h"  #include "uidswap.h"
 #include "pathnames.h"  #include "pathnames.h"
 #include "log.h"  #include "log.h"
   #include "misc.h"
 #include "servconf.h"  #include "servconf.h"
 #include "canohost.h"  #include "canohost.h"
 #include "key.h"  #include "key.h"
 #include "hostfile.h"  #include "hostfile.h"
 #include "auth.h"  #include "auth.h"
 #include "misc.h"  
   
 /* import */  /* import */
 extern ServerOptions options;  extern ServerOptions options;

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45