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

Diff for /src/usr.bin/ssh/auth.c between version 1.135 and 1.136

version 1.135, 2019/01/17 04:20:53 version 1.136, 2019/01/19 21:31:32
Line 65 
Line 65 
 #include "compat.h"  #include "compat.h"
 #include "channels.h"  #include "channels.h"
   
   #include "opacket.h" /* XXX */
   extern struct ssh *active_state; /* XXX */
   
 /* import */  /* import */
 extern ServerOptions options;  extern ServerOptions options;
 extern int use_privsep;  extern int use_privsep;

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136