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

Diff for /src/usr.bin/ssh/auth2-hostbased.c between version 1.38 and 1.39

version 1.38, 2018/09/20 03:28:06 version 1.39, 2019/01/19 21:31:32
Line 50 
Line 50 
 #include "ssherr.h"  #include "ssherr.h"
 #include "match.h"  #include "match.h"
   
   extern struct ssh *active_state; /* XXX */
   
 /* import */  /* import */
 extern ServerOptions options;  extern ServerOptions options;
 extern u_char *session_id2;  extern u_char *session_id2;

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39