[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.3 and 1.4

version 1.3, 2003/04/08 20:21:28 version 1.4, 2003/06/24 08:23:46
Line 44 
Line 44 
 /* 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;
   
 static int  static int
 userauth_pubkey(Authctxt *authctxt)  userauth_pubkey(Authctxt *authctxt)

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