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

Diff for /src/usr.bin/ssh/auth2.c between version 1.98 and 1.99

version 1.98, 2003/05/14 02:15:47 version 1.99, 2003/06/24 08:23:46
Line 39 
Line 39 
 /* import */  /* import */
 extern ServerOptions options;  extern ServerOptions options;
 extern u_char *session_id2;  extern u_char *session_id2;
 extern int session_id2_len;  extern u_int session_id2_len;
   
 Authctxt *x_authctxt = NULL;  Authctxt *x_authctxt = NULL;
   

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99