[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.22 and 1.23

version 1.22, 2005/01/19 13:11:47 version 1.23, 2005/06/17 02:44:32
Line 209 
Line 209 
 {  {
         KbdintAuthctxt *kbdintctxt;          KbdintAuthctxt *kbdintctxt;
         char *name, *instr, **prompts;          char *name, *instr, **prompts;
         int i;          u_int i, *echo_on;
         u_int *echo_on;  
   
         kbdintctxt = authctxt->kbdintctxt;          kbdintctxt = authctxt->kbdintctxt;
         if (kbdintctxt->device->query(kbdintctxt->ctxt,          if (kbdintctxt->device->query(kbdintctxt->ctxt,
Line 243 
Line 242 
 {  {
         Authctxt *authctxt = ctxt;          Authctxt *authctxt = ctxt;
         KbdintAuthctxt *kbdintctxt;          KbdintAuthctxt *kbdintctxt;
         int i, authenticated = 0, res, len;          int authenticated = 0, res, len;
         u_int nresp;          u_int i, nresp;
         char **response = NULL, *method;          char **response = NULL, *method;
   
         if (authctxt == NULL)          if (authctxt == NULL)

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23