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

Diff for /src/usr.bin/ssh/auth-options.c between version 1.59 and 1.60

version 1.59, 2013/07/12 00:19:58 version 1.60, 2013/11/02 22:34:01
Line 31 
Line 31 
 #include "auth-options.h"  #include "auth-options.h"
 #include "hostfile.h"  #include "hostfile.h"
 #include "auth.h"  #include "auth.h"
 #ifdef GSSAPI  
 #include "ssh-gss.h"  
 #endif  
 #include "monitor_wrap.h"  
   
 /* Flags set authorized_keys flags */  /* Flags set authorized_keys flags */
 int no_port_forwarding_flag = 0;  int no_port_forwarding_flag = 0;

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60