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

Diff for /src/usr.bin/ssh/auth2.c between version 1.20.2.5 and 1.20.2.6

version 1.20.2.5, 2001/09/27 00:15:41 version 1.20.2.6, 2001/11/15 00:14:59
Line 118 
Line 118 
   
         x_authctxt = authctxt;          /*XXX*/          x_authctxt = authctxt;          /*XXX*/
   
         /* challenge-reponse is implemented via keyboard interactive */          /* challenge-response is implemented via keyboard interactive */
         if (options.challenge_response_authentication)          if (options.challenge_response_authentication)
                 options.kbd_interactive_authentication = 1;                  options.kbd_interactive_authentication = 1;
   

Legend:
Removed from v.1.20.2.5  
changed lines
  Added in v.1.20.2.6