[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.113 and 1.114

version 1.113, 2006/08/03 03:34:41 version 1.114, 2007/03/01 10:28:02
Line 92 
Line 92 
 void  void
 do_authentication2(Authctxt *authctxt)  do_authentication2(Authctxt *authctxt)
 {  {
         /* challenge-response is implemented via keyboard interactive */  
         if (options.challenge_response_authentication)  
                 options.kbd_interactive_authentication = 1;  
   
         dispatch_init(&dispatch_protocol_error);          dispatch_init(&dispatch_protocol_error);
         dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request);          dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request);
         dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt);          dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt);

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114