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

Diff for /src/usr.bin/ssh/auth2-chall.c between version 1.45 and 1.46

version 1.45, 2017/05/30 08:49:58 version 1.46, 2017/05/30 14:18:15
Line 241 
Line 241 
 static int  static int
 input_userauth_info_response(int type, u_int32_t seq, void *ctxt)  input_userauth_info_response(int type, u_int32_t seq, void *ctxt)
 {  {
         Authctxt *authctxt = ctxt;          struct ssh *ssh = ctxt;
           Authctxt *authctxt = ssh->authctxt;
         KbdintAuthctxt *kbdintctxt;          KbdintAuthctxt *kbdintctxt;
         int authenticated = 0, res;          int authenticated = 0, res;
         u_int i, nresp;          u_int i, nresp;

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46