[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.29 and 1.30

version 1.29, 2017/05/30 14:25:42 version 1.30, 2017/05/30 14:29:59
Line 56 
Line 56 
 extern u_int session_id2_len;  extern u_int session_id2_len;
   
 static int  static int
 userauth_hostbased(Authctxt *authctxt)  userauth_hostbased(struct ssh *ssh)
 {  {
         struct ssh *ssh = active_state; /* XXX */          Authctxt *authctxt = ssh->authctxt;
         struct sshbuf *b;          struct sshbuf *b;
         struct sshkey *key = NULL;          struct sshkey *key = NULL;
         char *pkalg, *cuser, *chost, *service;          char *pkalg, *cuser, *chost, *service;

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30