[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.56.2.1 and 1.56.2.2

version 1.56.2.1, 2001/09/27 19:03:54 version 1.56.2.2, 2001/11/15 00:15:19
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.56.2.1  
changed lines
  Added in v.1.56.2.2