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

Diff for /src/usr.bin/ssh/auth2-pubkey.c between version 1.2.6.1 and 1.3

version 1.2.6.1, 2003/09/16 21:20:24 version 1.3, 2003/04/08 20:21:28
Line 44 
Line 44 
 /* import */  /* import */
 extern ServerOptions options;  extern ServerOptions options;
 extern u_char *session_id2;  extern u_char *session_id2;
 extern u_int session_id2_len;  extern int session_id2_len;
   
 static int  static int
 userauth_pubkey(Authctxt *authctxt)  userauth_pubkey(Authctxt *authctxt)

Legend:
Removed from v.1.2.6.1  
changed lines
  Added in v.1.3